© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
1 reply
Hulkstance

❔ Sockets - TCP

I'm going to implement a TCP listener for RF-V48 (4G GPS Tracking Bracelet) for elders. The device is technically a TCP client with its own protocol.

An example for the positioning data:

Server sends:
[CS*YYYYYYYYYY*LEN*CR]
[CS*YYYYYYYYYY*LEN*CR]

e.g.:
[SG*5678901234*0002*CR]
[SG*5678901234*0002*CR]

Tracker returns:
[CS*YYYYYYYYYY*LEN*CR]
[CS*YYYYYYYYYY*LEN*CR]

e.g.:
[SG*5678901234*0002*CR]
[SG*5678901234*0002*CR]


Which library would you rather choose?
1) https://github.com/davidfowl/BedrockFramework/tree/main
2) https://github.com/Azure/DotNetty

David Fowler pretty much explained why a library is better to use rather than implementing it all yourself https://speakerdeck.com/davidfowl/project-bedrock
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Sending a file through Sockets C# TCP missing chunks
C#CC# / help
14mo ago
SocketException, TCPListener, TCPClient reason?
C#CC# / help
2y ago
✅ winform sockets
C#CC# / help
2y ago
Sockets and WPF
C#CC# / help
2y ago