Send Binary Using Custom Protocols
- Sending binary data using UDP protocol is not supported on the default port 5555
- You can implement any kind of protocol service using Boodskap platform's Job architecture
- Simply write a Job of type Node Singleton and implement a UDP server to accept datagram packets
Custom TCP Protocol Example
Updated 7 days ago
Worth Seeing