diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-12-09 12:52:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-09 12:52:32 -0500 |
commit | 9f29d306e365e93b4ee522208faf522c57868614 (patch) | |
tree | 1200bec2b9879bb8c9e4bcd6a0341019b45e799e | |
parent | 851b54d4621f8c27abb65d962481e0644382d173 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ Utility library for creating and interacting with OpenSmarts compatible devices on embedded linux
-By default, OSm devices are either onboard, or networked. If onboard in an embedded linux environment, they should advertise themselves as a socket under the `/run/osm/onboard` directory. If on the network, they are accessable via port `1313`.
+By default, OSm devices are either onboard, or networked. If onboard in an embedded linux environment, they should advertise themselves as a socket under the `/run/osm/onboard` directory. If on the network, they are accessable via port `1212`.
|