From b72fb8ee2d85e18c85fe97d000e3fde1175f14d9 Mon Sep 17 00:00:00 2001 From: David Krause Date: Tue, 15 Aug 2017 20:36:21 +0200 Subject: [PATCH] added multicast added multicast; join and leave a multicast group --- packages.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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" + } ]