Openvario / variod

Daemon for autonomous e-vario
4 stars 8 forks source link

initial release of testbench tools to variod #12

Closed bomilkar closed 4 years ago

bomilkar commented 4 years ago

It provides sensord_mock which can act on behalf of sensord.

It provides my_netcat which is the equivalent of netcat "nc -l" for systems, where "nc -l" is not available. It can be used to act on behalf of XCSoar to see what it would send to it.

Please consult README.txt or more detail.

bomilkar commented 4 years ago

This time with 1 commit. (I hope it stays that way.)

linuxianer99 commented 4 years ago

Great! That's ok. It has not to be just one commit, but it has to be clear what each commit is doing. Best method in my mind is to make a commit for each function or logical block.