forked from stefanroock/Clojure-UDP
-
Notifications
You must be signed in to change notification settings - Fork 0
lomin/Clojure-UDP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# clojure-udp A very simple wrapper around Java UPD. ## Usage (def receive-msg (make-receive 9001)) (def send-msg (make-send "localhost" 9000)) (send-msg "Hello World") (println (receive-msg)) ## License Copyright (C) 2011 Stefan Roock Distributed under the Eclipse Public License, the same as Clojure.
About
Clojure wrapper around Java UDP
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published