1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

intermediate: add nmea0183 to n2k

This commit is contained in:
andreas
2021-10-30 21:37:44 +02:00
parent 0b4aa58d71
commit c8778e4ceb
4 changed files with 184 additions and 9 deletions

View File

@@ -29,6 +29,13 @@
"default": "true",
"description": "receive NMEA data on the USB port"
},
{
"name": "usbToN2k",
"label": "USB to NMEA2000",
"type": "boolean",
"default": "true",
"description": "convert NMEA0183 from the USB port to NMEA2000"
},
{
"name": "serverPort",
"label": "TCP port",
@@ -53,11 +60,18 @@
},
{
"name": "readTCP",
"label": "NMEA from TCP",
"label": "TCP to NMEA2000",
"type": "boolean",
"default": "true",
"description": "receive NMEA data from connected TCP clients"
},
{
"name": "tcpToN2k",
"label": "NMEA from TCP",
"type": "boolean",
"default": "true",
"description": "convert NMEA0183 from TCP clients to NMEA2000"
},
{
"name": "sendSeasmart",
"label": "Seasmart to TCP",