A syncing library that uses the UDP protocol to sync data in a hashmap between a host and client
Java
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
nbproject
src/org/mort11
README.md
build.xml
manifest.mf

README.md

UDPTable

This is a syncing library that uses the UDP protocol to sync data in a hashmap between a host and client. There is no distinction between host and client, as neither have priority. See the examples classes for a sample implementation.