Conversation
|
Test PASSed. |
|
lgtm, @mookerji suggested adding a unit test before like this: https://github.com/swift-nav/pySTR4500/blob/master/test/test_client.py. |
python/sbp/client/examples/udp.py
Outdated
There was a problem hiding this comment.
Is this going to work? The file is named udp_logger...
There was a problem hiding this comment.
Oh yea, should be
from sbp.client.loggers.udp_logger import UdpLoggerThere was a problem hiding this comment.
Also, we should make the file executable.
|
Test PASSed. |
|
Going to bring this in for integration. Will finish the test in a later PR. |
Automated PR by Jenkins. If CI has passed successfully, merge away! **cmake** f5113f7d -> 117b3f73 - 117b3f73 : enable c++20 (swift-nav/cmake#173) - 436d339a : Handle new suitesparse version (swift-nav/cmake#171) This pull request was created by https://jenkins.ci.swift-nav.com/job/CI%20Infra/job/submodule-update/17095/. Co-authored-by: Matt Woodward <46688854+woodfell@users.noreply.github.com>
A simple UDP logger. Sends messages over a UDP address:port pair. There should be some library help around framing out the message instead of doing it explicitly here. Haven't tried this out yet.
/cc @fnoble @denniszollo