In the new upcoming maintainance release of Hamlib Server I reorganized the Layout,
Added some Tabs to make ik somewhat cleaner.
Also I have added UDP Radio Status.
Here you can enable Radio status output (Freq Only), like N1MM does.. It is fully compatible.
It sends out the following UDP Frame:
Code: Select all
<RadioInfo>
<Freq>712300</Freq>
</RadioInfo>

- hamlibserver_udp.png (12.19 KiB) Viewed 406 times
In the new upcoming maintainance release of Hamlib Server I reorganized the Layout,
Added some Tabs to make ik somewhat cleaner.
Also I have added UDP Radio Status.
Here you can enable Radio status output (Freq Only), like N1MM does.. It is fully compatible.
It sends out the following UDP Frame:
[code]
<RadioInfo>
<Freq>712300</Freq>
</RadioInfo>
[/code]
[attachment=0]hamlibserver_udp.png[/attachment]