We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ecb02 commit ff567beCopy full SHA for ff567be
README.md
@@ -1,4 +1,20 @@
1
SnFChat
2
=======
3
4
-Store and Forward UDP chat - for use on AdHoc networks
+Store and Forward UDP chat - for use on AdHoc networks
5
+
6
+This project implements a store-and-forward protocol for
7
+text messages over ad-hoc wirless networks.
8
9
+It uses UDP broadcast to send simple packets to all the group.
10
+When a packet is received, it is repeated if the destination is
11
+not reached.
12
13
+This creates a flood effect, which is limited by the TTL of a
14
+message. This flood is actually intentional in order to
15
+enhance the change of message delivery.
16
17
+Each message has a unique id (UUID 4) to prevent multiple
18
+processing of the same message.
19
20
+Happy hacking !
0 commit comments