INTERNET CONNECTIONS  EXAMPLE

Text Decoder and Transmitter Internet Connections

The SkySweeper text format decoders and transmitters supports TCP/IP sockets connections. Decoders can send decoded data to the internet to any application, which supports standard TCP/IP protocol. Transmitters are able to receive data from any application, which is able to connect to the socket port. The chat application is able to receive and transmit data to/from internet.

There are CW decoder and transmitter block in the following configuration. The internet connection server has been started in the RX and TX block with different port numbers. Two standard telnet programs are connected to the RX and TX blocks. Connection is started with the following commands.

    telnet ip_address port

Where ip_address is computer internet address or host name. If the SkySweeper and telnet is in the same program loop address 127.0.0.1 can be used. The port number has to be same which is configured in the server. Server supports many concurrent connections.

When connection has been created, RX block sends all decoded data to the telnet program. If user writes text to telnet program which has been connected to the TX block, text is copied into transmitter window and transmitter starts. The SkySweeper tells when transmission starts or stops using <TX ON> and <TX OFF> flags respectively.

 

 

Full Remote Use

The figure below shows the basic idea of the remote use of SkySweeper.

SkySweeper supports two main types of remote use over the Internet:

In the following exampled there are two SkySweeper applications in the same machine. The first one works as server, which sends data to clients. The second SkySweeper gets data from the server. The server and clients can be in any computers which are connected to the internet.