All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.flybotix.hfr.io.EStaticMessageIds Maven / Gradle / Ivy

Go to download

A way for wifi robots and IoT devices to quickly send compressed data arrays across a network.

There is a newer version: 2019.1.11
Show newest version
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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy