TheThingsNetwork / arduino-device-lib

Arduino Library for TTN Devices
MIT License
207 stars 96 forks source link

Improve memory efficiency #96

Closed FokkeZB closed 7 years ago

FokkeZB commented 7 years ago

The library Tweetonig used is a lot more efficient, e.g by not using String and a bunch of other optimizations for embedded devices. We should learn from that:

Tweetonig_RN2483.zip

FokkeZB commented 7 years ago

@svenhaitjema will optimize the library once we have the public APIs (including those of the Node) ready.

FokkeZB commented 7 years ago

Done by #130 for TheThingsNetwork, still some things to do, in particular for the node branch, but let's close this until we have concrete needs.