PHP Script to Telnet RDS Encoder
Posted: Thu Feb 07, 2008 8:47 pm
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.