julled
julled
**Describe what it is that you want to accomplish** I want to use the hardware JPEG encoder to encode single images (in contrast to MJPEG) which is used in the...
Add a renderer for wireviz syntax. This renderer requires a wireviz-web server running / reachable via plugin definable url. The renderer sends then the wireviz code to it and receives...
Hey, first of all big thanks for this beautiful tool. This helps alot documenting our cable mess :) I was writing a plugin for wikijs using wireviz-web based rendering: https://github.com/requarks/wiki/pull/7811...
There is already parser code to get the heading value if the message was matched by regex. But the regex for matching is missing the HDT message type. This PR...
Heading messages ($HDT) are not parsed due to missing regex for those in https://github.com/ros-drivers/nmea_navsat_driver/blob/master/src/libnmea_navsat_driver/parser.py#L288
I have the following config for kplex 1.4: ``` [tcp] address=192.168.70.250 port=10110 direction=in nodelay=yes persist=yes [udp] address=127.0.0.1 port=10111 type=unicast direction=out coalesce=no ``` But when i check the output i get...