PHP Script to Telnet RDS Encoder

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
reeges
Forum Newbie
Posts: 2
Joined: Thu Feb 07, 2008 8:40 pm

PHP Script to Telnet RDS Encoder

Post by reeges »

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.
User avatar
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

Post by Christopher »

What OS?
(#10850)
reeges
Forum Newbie
Posts: 2
Joined: Thu Feb 07, 2008 8:40 pm

Re: PHP Script to Telnet RDS Encoder

Post by reeges »

Windows XP. Not by choice, but it's what was already there.
Post Reply