PHP Script to Telnet RDS Encoder
Moderator: General Moderators
PHP Script to Telnet RDS Encoder
I'm trying to design a script that sends song info to my station's RDS encoder, which only accepts telnet connections, and i'm confused where to start. Basically, the script reads artist and title info from a log file, formats it for RDS and then sends it over telnet to the RDS encoder. The script refreshes every 10 seconds. Is fsockopen() the correct function for doing this? Any useful information would be appreciated as this is my first time using telnet.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: PHP Script to Telnet RDS Encoder
Windows XP. Not by choice, but it's what was already there.