Skip to content

drewprod/udp-ipc-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

udp-ipc-server

Quick and dirty UDP IPC server. Merging work with simple udp server and the "ipc" implementation on beej.us (http://beej.us/).

Use with netcat client

Send message at server.

    $ nc -u 127.0.0.1 5555

Use with spock

spock retrieve and print IPC message (http://beej.us/guide/bgipc/output/html/singlepage/bgipc.html#mqsamp)

Show IPC status

    $ ipcs -q

About

Quick and dirty UDP IPC server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published