TelluIoT / ThingML

The ThingML modelling language
https://github.com/TelluIoT/ThingML
Apache License 2.0
102 stars 32 forks source link

Externalize dependencies #121

Open brice-morin opened 8 years ago

brice-morin commented 8 years ago

Network and Serialization plugins in Java and JS basically rely on libraries (MQTT, WS, etc). We should externalize those libraries into a config file so that it is easier to update version numbers, etc. If not, we have to look at each individual plugin...