Skip to content

Commit ead4ddb

Browse files
authoredOct 18, 2021
Update README.md
1 parent d918361 commit ead4ddb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎README.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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)
44

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+
514
# GoLang CoAP RS232 Client
615
Currently only RS232 is supported. Transports for other Protocols like TCP/IP and UDP are planned.
716

0 commit comments

Comments
 (0)
Please sign in to comment.