SpaceMonkey
SpaceMonkey copied to clipboard
Is there documentation for the udp packet protocol ?
Looking for any docs on the udp output to implement my own parser. Not picky on which format.
Thank you.
In the OutputUI there's a packet format setting, that's the output format.
the files that define the formats are in the PacketFormats folder.
you can add new format files as long as they use any of the existing element names.
you can use the PacketFormatDestinations option in OutputUI to copy the packet format to wherever you want so your parser has access to it.
closing dis