I’m new to cloud dev and b4j, but I need to create a server app that clients can connect to and identify themselves, and the app will pair up pairs of clients that have matching serial numbers and simply pass bidirectional data between the pairs.
There are quite a few server tutorials and I don’t know which is best for me to start with. One of the paired clients will be from a b4a app (so if a simple b4a app forms part of the tutorial that would be grand), and the other side is a c# windows application. I guess it would be trivial enough to implement the c# side, I don’t know if there’s any advantage (or possible) to use B4J to create some sort of DLL on that side. Actually if the pc side app could establish the link and present a virtual com port on the pc, that would be fantastic as it would mean no change to my larger pc application, but I gather presenting a virtual com port would be quite challenging to code up.
Thanks for any pointers to a good starting point.
There are quite a few server tutorials and I don’t know which is best for me to start with. One of the paired clients will be from a b4a app (so if a simple b4a app forms part of the tutorial that would be grand), and the other side is a c# windows application. I guess it would be trivial enough to implement the c# side, I don’t know if there’s any advantage (or possible) to use B4J to create some sort of DLL on that side. Actually if the pc side app could establish the link and present a virtual com port on the pc, that would be fantastic as it would mean no change to my larger pc application, but I gather presenting a virtual com port would be quite challenging to code up.
Thanks for any pointers to a good starting point.