We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e4283 commit a1d6a8dCopy full SHA for a1d6a8d
.gitignore
@@ -1 +1,2 @@
1
.idea
2
+*.iml
README.md
@@ -6,6 +6,15 @@ The **GoLang adapter** uses cgo to provide a CoAP stack based on the code of Lob
6
7
## Getting Started
8
9
+### Prerequisite
10
+To build the project you need a C compiler and the matching [Go](https://golang.org/dl/) toolkit installed.
11
+
12
+For Windows you can use [MinGW](http://www.mingw.org/) to install the gcc.
13
14
+When you have a 32 bit C compiler make sure you also use 32 bit Go. Else cgo will not be able to compile the C code.
15
16
+### Install the code
17
18
```
19
go get -u gitlab.com/lobaro/lobaro-coap-go
20
0 commit comments