Home Forums Support [Help] Custom Class and Coding Reply To: [Help] Custom Class and Coding

#3588
Anonymous
Inactive

Heya Georg,

Sorry for the slow reply. We have included many examples in the download bundle starting from the most simple, which is only 11 lines long, up to advanced which demonstrates the more sophisticated features available in NetworkComms.Net. Most of the simple example are structured like this:

bool server = true;

if (server) {
    //Do server stuff
} else {
    //Do clientstuff
}

It should be relatively easy to split these into completely independant examples. I would recommend however that you do not think of servers and clients as separate objects, just two applications that communicate with each other, both are capable of sending and receiving, that might help.

Unfortunately I am not able to offer anything more simple than what is already provided in the examples. If you have any specific questions about something you do not understand in the examples I would be happy to explain it.

Kind regards,
Marc