[noise] NoiseSocket on Arduino + esp8266 + NGINX + Golang

Alexey Ermishkin scratch.net at gmail.com
Thu Aug 31 08:30:02 PDT 2017


Hi guys, some quick news.

Yesterday we managed to run the following config:

Arduino (esp8266) -> NoiseSocket -> NGINX -> NoiseSocket -> Golang web
service
And back: 
Golang web service -> NoiseSocket -> NGINX -> TLS -> Browser

NoiseSocket was configured to use Noise_XX_25519_AESGCM_BLAKE2b

It was a live Temperature sensor demo

Arduino did a POST request with a simple json containing current temperature
and Go web service collected latest 50 values which were shown live in a
browser. Everything except NGINX-browser link went over NoiseSocket

No embed library yet (except NGINX module and Golang library which can be
found here: https://github.com/noisesocket/spec) but I have some numbers!


NoiseSocket flash code size : 18484 bytes

RAM size: 2532 bytes

Seems nice, huh? Will keep you posted
Best regards



More information about the Noise mailing list