Other TCP Server Library

Markos

Active Member
Licensed User
Longtime User
Hi Erel

My secret passion is writing TCP libraries. I decided to write a library using your cool b4a and b4i IDE's to simplify further the ability to create Client and Server Apps by building on the Network and RandomAccess libraries. I read some of the challenges developers experienced using serversocket object but found a method where it works perfectly for multiple user connects. I wrapped in it my own propietary version of SSL which I originally created for Windows Apps. My question is do you think it would add value or is it a duplication of what the community has already produced and if so, when it is completed I will use it to simplify my own future client/server App development
 

Markos

Active Member
Licensed User
Longtime User
I knew
What is the question?

You are welcomed to share any resource you created.

It is quite simple to create a TCP server with Network + AsyncStreams. Two examples:
[B4X] FTP Server implemented with Socket and AsyncStreams
MJPEG / CCTV Server
It may have been done prior

I guess only 2 things new my Lib will bring is to further simplify the handshaking so beginners can make any tcp related protocol and introduce a more cryptic propietary SSL.

I will make it more bulletproof b4 releasing for public consumption
.

Cheers
 
Upvote 0
Top