So many new programs have client server code built in.
The problem is they can't do everything we want, and other programs can't access them or visa verse.
I'm currently working on a server that would allow that.
It requires the client programs to know the Server IP, and Port as well as a minimum 6 digit end user configureable security key to send and receive.
The server basically repeats the signal sent to it.
The client software that sent the signal doesn't act on the signal it sent when it receives a repeat signal from the server.
The client code is written in VB.net but you should be able to convert it.
As of right now maximum of 99 clients can use this at the same time and all client could be on the same machine.
As of now PcCompanion links to it. Eventually
Blue
Watch will as well.
The issues I'm looking at are;
Is there any other programmers out there that would like to add the client code to their SDK software?
If there are, would you be willing to share any modifications you do to it with the other programmers using it?
This is my first attempt at a client/server app so I would love a chance to chat with someone familiar with UDP and VB.netWhat would end users like this to do?
What programs would you like to link via the server?