I'll check the new generic parameter soon.
In the meanwhile here is protocol documentation for Hamlib TCP daemons which are going to be used in the ESTCube GS-1 to control antenna rotator and radio.
http://hamlib.sourceforge.net/pdf/rigctld.8.pdf
http://hamlib.sourceforge.net/pdf/rotctld.8.pdf
Our first plan was to implement custom codecs for these protocols using camel-netty component.
After discussion with Johannes and Mark today it looks like there might be better solution for this.
So, I'm waiting for your opinion now =)
----- Original Message -----
From: Johannes Klug
Sent: 09/23/11 12:37 PM
To: humming...@googlegroups.com
Subject: New, generic Parameters for Hummingbird
Dear devs, Mark recently created a generic parameter [1], which can hold any type of actual "payload". It could simply hold a String, or an Integer, for example. It is on the ssm branch currently, so not yet merged into master. Could others please review this, and share their thoughts? Input from the ESTcube project would be helpful, for example. Cheers, Johannes [1] https://github.com/JohannesKlug/hummingbird/blob/ssm/src/transport/space-system-model/src/main/java/org/hbird/transport/spacesystemmodel/parameters/HummingbirdParameter.java