Author | Message |
---|---|
Exile n00b Posts: 30 | Right...I am working on a app. that connects to a hub so that I can show details about my radio station. Basically lie the winamp program but I want it for hub radio. I have completed the first version, which requires that the hub host must have a server running for the program (which is built into the client). When the DJ swaps over, they must enter details into the client, save settings and upload the config file to the host, which then changes the variables for the ptokax script. A bit long winded compared to what I want to do now...Any suggestions or source I could have a look at? I can't connect to the hub successfully and I have never programmed a DC++ application before, lol. Please help That is the app. so far...still working on it. But I would like to just be able to connect to the hub and display the message |
Meka][Meka Unstopable Posts: 700 | first learn how to use sockets b4 u attempt dc client connection, this uses a protocol which can get in the way of learning sockets ;) |
Exile n00b Posts: 30 | Iv already looked over Corayzon's tutorial, and I've had a few chats wiv him on MSN, so I've got an idea about sockets, cud u help me out a bit please |
Meka][Meka Unstopable Posts: 700 | well if u understand sockets, then write the connect, and data arrival events, then paste them here, i will then show u how to handle the processing of incoming data |
Exile n00b Posts: 30 | OK, I'll give it a go when I get some free time. Thanks Meka, courseowrk is a bitch, lol, has anyone got this Cisco A+? It's the exam I'm going for and I was wondering what it's like ? Truly, Exile |
Corayzon Regular Posts: 67 | have a look at... http://www.meka-meka.com/forum/viewtopic.php?t=118 and save this to ur fav's http://dcplusplus.sourceforge.net/wiki/index.php *** note, that when i sometimes download this page i get a xml error, just refresh a few times and it should go away =] |