Skip to content
/ SnFChat Public

Store and Forward UDP chat - for use on AdHoc networks

Notifications You must be signed in to change notification settings

ddalex/SnFChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SnFChat

Store and Forward UDP chat - for use on AdHoc networks

This project implements a store-and-forward protocol for text messages over ad-hoc wirless networks.

It uses UDP broadcast to send simple packets to all the group. When a packet is received, it is repeated if the destination is not reached.

This creates a flood effect, which is limited by the TTL of a message. This flood is actually intentional in order to enhance the change of message delivery.

Each message has a unique id (UUID 4) to prevent multiple processing of the same message.

Happy hacking !

About

Store and Forward UDP chat - for use on AdHoc networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages