Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakubkulhan/d4node

school project - simple UDP messaging with (sort of) auto-discovery
https://github.com/jakubkulhan/d4node

Last synced: 6 days ago
JSON representation

school project - simple UDP messaging with (sort of) auto-discovery

Awesome Lists containing this project

README

        

# d4node

Simple UDP messaging program with (sort of) auto-discovery.

## Help

Usage: d4node [ -h ]

-h show this help
choose this node ID (0-255)
path to config file


CONFIGURATION

Every line is one statement, one of the following:

node [ ]

ID of node in the network
port the node binds to
IP the node bind to, IP is optional meaning the node is bound to localhost

link

ID of the client node
ID of the server node

trace_timeout

number of milliseconds after which network is retraced

resend_timeout

number of milliseconds after which message is tried to be sent again

resend_tries

count of times message is being resent

acknowledge_timeout

number of milliseconds after which acknowledge is considered to be delivered

## License

The MIT license.

Copyright (c) 2013 Jakub Kulhan

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.