/Flippers

A SWIM protocol implementation for Java

Primary LanguageJavaApache License 2.0Apache-2.0

Build Status Maintainability Test Coverage

Implementation on SWIM Protocol

Whitepaper can be found here

Notes

  • To test sending of UDP packets locally use netcat utility. Connecting to server via nc -c localhost 8343 allows you to send UDP packets with data.

  • To regenerate protobuf message objects after message template has been modified protoc -I=src/main/resources/messageTemplates --java_out=src/main/java src/main/resources/messageTemplates/message.proto