Skip to content

Commit

Permalink
Add COSMOS packet router to the Mac-specific plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkelk committed Jun 13, 2024
1 parent 1289c3f commit 5a4e9c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assembly/pico/main/cosmos/plugin/plugin.txt.for_mac
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ Interface <%= pico_example_target_name %>_INT tcpip_server_interface.rb <%= port
Map_Target <%= pico_example_target_name %>
Protocol Read crc_protocol.rb <%= crc_parameter_name %> false "ERROR" -16 16
Protocol Write cmd_checksum.rb <%= checksum_parameter_name %>

# Router for fowarding packets over TCP to external programs:
Router <%= pico_example_target_name %>_Router tcpip_server_interface.rb 7779 7779 10.0 nil Length 32 16 7
Map_Target <%= pico_example_target_name %>

0 comments on commit 5a4e9c8

Please sign in to comment.