GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
WSJTX(1) WSJT-X Manual WSJTX(1)

message_aggregator - Reference example UDP server

message_aggregator

message_aggregator does not serve any useful purpose other than to demonstrate the UDP message features of WSJT-X. It is a small GUI application that interacts with any running WSJT-X instances.

Developers writing add on applications may find the source code of message_aggregator contained in the WSJT-X code repository useful. The files NetworkMessage.hpp, MessageServer.hpp, MessageClient.hpp and their associated implementations along with the application source MessageAggregator.cpp should cover all the required areas. All these files can be found at:

https://sourceforge.net/p/wsjt/wsjt/HEAD/tree/branches/wsjtx/

message_aggregator may also be used as a multi-cast UDP server which allows multiple instances of message_aggregator to be run concurrently, to do this simply use a suitable multi-cast group address in message_aggregator and in WSJT-X in the "Settings→Reporting→UDP Server" pane e.g. 239.255.0.1 or ff03::1 for a local scope group.

Note that on some systems it may be necessary to add a static multi-cast route to the routing table before multi-cast traffic can be routed to sockets on the same host as the sender.

Bill Somerville, G4WJS.

message_aggregator is Copyright © 2015 by William Somerville, G4WJS, with contributions from additional authors. message_aggregator is Open Source software, licensed under the GNU General Public License (GPLv3).

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

06/08/2022 AsciiDoc 2.5.4

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.