This came up in a thread about writing a text file on the cRIO and I didn’t want to derail that conversation. I’m really curious about how teams test their custom network code under FMS-like conditions. Does everybody just do a code review, maybe watch it with a traffic sniffer, and then pray?
The rules are clear and the FMS white paper is excellent, but I can imagine lots of ways a custom communication scheme could break. The most likely problem is accidental violation of the rules that a team doesn’t catch until they run on the FMS. Other problems are UDP fragmentation, reordering, higher latency, or lower bandwidth.
My advice was to stick with the provided tools until that doesn’t work.
How do you verify something works on the FMS?