Skip to content

lomin/Clojure-UDP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors