Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Feb 9, 2025
1 parent a696427 commit f252dea
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,16 @@ Bun (as of version 1.2) is capable of running the NodeJS version.

## Exports

| Export | Description |
| ---------------------------- | ------------------------------------------------------- |
| @seriousme/opifex/tcpClient | Exports a MQTT over TCP client |
| @seriousme/opifex/tcpServer | Exports a MQTT over TCP server |
| @seriousme/opifex/server | Exports a transport agnostic MQTT server |
| @seriousme/opifex/client | Exports a transport agnostic MQTT client |
| @seriousme/opifex/client | Exports an Typescript interface for storage persistence |
| @seriousme/opifex/mqttConn | Exports MQTT connection handling |
| @seriousme/opifex/mqttPacket | Exports MQTT packet handling |
| @seriousme/opifex/utils | Exports various utilities |
| Export | Description |
| ----------------------------- | ------------------------------------------------------- |
| @seriousme/opifex/tcpClient | Exports a MQTT over TCP client |
| @seriousme/opifex/tcpServer | Exports a MQTT over TCP server |
| @seriousme/opifex/server | Exports a transport agnostic MQTT server |
| @seriousme/opifex/client | Exports a transport agnostic MQTT client |
| @seriousme/opifex/persistence | Exports an Typescript interface for storage persistence |
| @seriousme/opifex/mqttConn | Exports MQTT connection handling |
| @seriousme/opifex/mqttPacket | Exports MQTT packet handling |
| @seriousme/opifex/utils | Exports various utilities |

## Naming

Expand Down

0 comments on commit f252dea

Please sign in to comment.