You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
This repository contains two parts: The **CoAP Client** and a **GoLang Server adapter**. The client focuses on RS232 connections where data is send via [Slip](https://tools.ietf.org/rfc/rfc1055.txt) and [SlipMUX](https://tools.ietf.org/html/draft-bormann-t2trg-slipmux-01)
4
4
5
+
## Currently not Maintained
6
+
7
+
Since we moved to existing more major CoAP implementations, this repo will stay unmaintained.
8
+
9
+
We recommend:
10
+
11
+
*https://github.com/plgd-dev/go-coap
12
+
* Plus DTLS: https://github.com/pion/dtls
13
+
5
14
# GoLang CoAP RS232 Client
6
15
Currently only RS232 is supported. Transports for other Protocols like TCP/IP and UDP are planned.
0 commit comments