Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 818 Bytes

File metadata and controls

43 lines (29 loc) · 818 Bytes

UDP

Messages produced by the UDP source application have a byte[] payload.

Input

N/A

Output

Headers:

  • Content-Type: application/octet-stream

Payload:

  • byte[]

Options

udp.port

The port on which to listen; 0 for the OS to choose a port. (Integer, default: 1234)

Build

$ ./mvnw clean install -PgenerateApps
$ cd apps

You can find the corresponding binder based projects here. You can then cd into one one of the folders and build it:

$ ./mvnw clean package

Examples

$ java -jar udp_source.jar