Initial SDK example

This commit is contained in:
2026-03-08 09:43:50 -04:00
parent 407f49692c
commit 398d35229c
7 changed files with 271 additions and 10 deletions

12
README
View File

@@ -82,7 +82,7 @@ Shop Monitor devices trigger events through a configured **Socket ID**.
To configure a device:
1. Open **S1280 Device Shop Monitor**
1. Open **S1280 Device Shop Monitor**
2. Set the **Process ID / Socket ID** to the value expected by the application
3. The application registers with this same Socket ID
@@ -95,7 +95,7 @@ Any application listening with that Socket ID will receive the event messages.
API queries must be registered in:
```
S5011 API Queries
S5011 API Queries
```
Supported query types:
@@ -198,11 +198,3 @@ The SDK is designed to support additional OnRamp platform integration capabiliti
* Extended API functionality
* Additional integration services
---
If you'd like, I can also help you add two sections that **good SDK repos almost always include but people forget**:
* **Minimal working example (full program)**
* **Event message structure / enum definitions**
Those make the repo dramatically easier for developers to adopt.