© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
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#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Sending a file through Sockets C# TCP missing chunks
C
C# / help
14mo ago
SocketException, TCPListener, TCPClient reason?
C
C# / help
2y ago
✅ winform sockets
C
C# / help
2y ago
Sockets and WPF
C
C# / help
2y ago