From 94e364b4dcfe4e8685cfc42ccde40856ff992eda Mon Sep 17 00:00:00 2001 From: CircleShift Date: Wed, 1 May 2024 05:43:56 +0000 Subject: Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index abffc24..9fdd232 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ -# libopensmarts - -Utility library for creating and interacting with OpenSmarts compatible devices on embedded linux \ No newline at end of file +# libopensmarts + +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. -- cgit v1.2.3 From d792ba35d3a6c6a293d6c1da4281b4ec643f457e Mon Sep 17 00:00:00 2001 From: CircleShift Date: Wed, 1 May 2024 05:44:18 +0000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fdd232..821679f 100644 --- a/README.md +++ b/README.md @@ -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 `1313`. -- cgit v1.2.3