Networking newbie alert!

Everything else that doesn't fall into one of the other PB categories.
Baldrick
Addict
Addict
Posts: 860
Joined: Fri Jul 02, 2004 6:49 pm
Location: Australia

Re: Networking newbie alert!

Post by Baldrick »

Make sure you keep us updated with this 1 please Srod. I too am kind of planning a small server app which will have a few clients ( which I will have to be writing in C unfortunately ) accessing from the LAN side of the network & a GUI client which will be used for access to the server from LAN & WAN sides of the network.
Any tips I can pick up on in the next dew months will be much appreciated I think... :)
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: Networking newbie alert!

Post by srod »

So far the server is running fine. It has it's own GUI control panel running in a separate thread (away from the server event loop) in which you can examine all clients connected and kick them off manually if you wish ( :twisted: ) and so on.

Have tested so far with a couple of clients running on the localhost and all seems well at the moment, but then I haven't coded anything but the simplest client requests as yet. :)

I expect the whole thing to implode any time now...
I may look like a mule, but I'm not a complete ass.
User avatar
idle
Always Here
Always Here
Posts: 6238
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: Networking newbie alert!

Post by idle »

I wouldn't mind having a look if you want to collaborate.
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: Networking newbie alert!

Post by srod »

The source will be freely available when I am done but this is not suitable for collaboration right now.
I may look like a mule, but I'm not a complete ass.
Post Reply