added multicast

added multicast; join and leave a multicast group
This commit is contained in:
David Krause 2017-08-15 20:36:21 +02:00 committed by GitHub
parent 9e04f86aa8
commit b72fb8ee2d

View File

@ -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"
}
]