Automatic Advertising - IP y Serial

macalan

New member
Good afternoon,
I've seen that you can schedule advertising while waiting for a host station to disconnect using DTMF tones.

Is it possible to do this by receiving data using a specific TCP port, 6666, and activating the list?

Or can I receive the data via the serial port?

In Spain, we receive advertising using these methods; DTMF is no longer used.

I'll send you a photo later.
 
Good afternoon,
I've seen that you can schedule advertising while waiting for a host station to disconnect using DTMF tones.

Is it possible to do this by receiving data using a specific TCP port, 6666, and activating the list?

Or can I receive the data via the serial port?

In Spain, we receive advertising using these methods; DTMF is no longer used.

I'll send you a photo later.

Interesting, but how do you compensate for streaming delay with the TCP command?
 
Is it possible to do this by receiving data using a specific TCP port, 6666, and activating the list?
Currently this is not supported by RadioBOSS. Can you please provide more information how it works, is it required to send some specific packet to the TCP port?
 
Just like DTMF.
The host station sends a TCP packet to the IP or DDNS port 6666 specified by the client, and activates the automatic advertising schedule.
If you need to run tests, I can generate the packet and send it to your IP, so you can view it with a sniffer.
 
The idea is good. I've done something like this in the past with my own development and the RadioBoss API. But there needs to be some additional mechanism to synchronize commands with audio. Over several days of listening, the stream can slip by several seconds.
 
It's very simple. The Central sends a TCP packet to the IP addresses it has added via the TCP port.Packet to activate local advertising: 00000001 Packet to return to national advertising: 00001011 - 1
 
Last edited:
Back
Top