A demo application that tries to implement Healthd-like functionality. The included implementation of this protocol is not very sophisticated, it simply polls the motherboard sensors and uses Pathfinder to route the digested results back to a server node. However, the protocol could easily be extended to perform packet fusion at router nodes, conjure health reports for unreachable nodes, and support more elaborate sensor recording/reporting methodologies.

Requirements:

In addition to the normal class files, the protocol also carries the protocol.properties file. This is a Java properties file that carries some configuration data and describes the protocol to the webmin interface. Properties that the protocol will pay attention to are as follows:

Note: If you would like to change these in the development environment you need to edit the protocol.properties.in file and rerun make.