com.flybotix.hfr.io.EStaticMessageIds Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of highfrequencyrobots Show documentation
Show all versions of highfrequencyrobots Show documentation
A way for wifi robots and IoT devices to quickly send compressed data arrays across a network.
package com.flybotix.hfr.io;
/**
* Contains a list of 30 or fewer messages which are meant for the protocols themselves.
*
* That number is 30 since 31 is a prime number commonly used for hashing algorithms that
* may become message id's.
*/
public enum EStaticMessageIds {
NULL_MESSAGE,
BATCHED_MESSAGE
}