These docs are for v3.0.2. Click to read the latest docs for v5.

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


Worth Seeing