aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Krause <enthus1ast@users.noreply.github.com>2017-08-15 20:36:21 +0200
committerGitHub <noreply@github.com>2017-08-15 20:36:21 +0200
commitb72fb8ee2d85e18c85fe97d000e3fde1175f14d9 (patch)
tree079cdbc9dcc5219eb3b395efeaa8a1072bedee65
parent9e04f86aa853406a067f84d2325ff26a55ceed6b (diff)
downloadpackages-b72fb8ee2d85e18c85fe97d000e3fde1175f14d9.tar.gz
packages-b72fb8ee2d85e18c85fe97d000e3fde1175f14d9.zip
added multicast
added multicast; join and leave a multicast group
-rw-r--r--packages.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 73a2982..53e1c62 100644
--- a/packages.json
+++ b/packages.json
@@ -7030,5 +7030,19 @@
"description": "Libgit2 low level wrapper",
"license": "MIT",
"web": "https://github.com/barcharcraz/libgit2-nim"
- }
+ },
+ {
+ "name": "multicast",
+ "url": "https://github.com/enthus1ast/nimMulticast",
+ "method": "git",
+ "tags": [
+ "multicast",
+ "udp",
+ "socket",
+ "net"
+ ],
+ "description": "proc to join (and leave) a multicast group",
+ "license": "MIT",
+ "web": "https://github.com/enthus1ast/nimMulticast"
+ }
]