brice-morin
brice-morin
Yes, I am a serial zoomer
We have a related issue. We collect metrics from a number of devices. Each device will typically be online for some hours, and then offline for the rest of the...
One problem is that Java does not allow for extending enumerations. One possible way of doing it is to define an abstract class `Platform` and then have two (or more)...
I am quite busy at work until end of November and cannot unfortunately commit to look into this issue in more details before early December. I suspect it is just...
Hi, sorry for the delay. I think it has been some changes in the way Arduino manages serial communication. It should work with Arduino IDE version 022. Have you tried...
Hi, Thank you for the good feedback. RxTx is somehow obscure, I think we needed this `registerPort` to make sure it worked on an platform (Win, Linux, etc). I will...
Well... ThingML already compiles behavior (complex sequences of actions formalized in state machines) to Arduino. The generated firmware is then "static" and cannot easily evolve, except by reflashing the whole...
You can add the JAR in your class path, or if you are using Maven, add a Maven dependency to it from your project
Hi, We used to have a Maven repo, but unfortunately, it is not maintained/available anymore... @ffleurey when do you plan to have a public Maven repo available? I am trying...
As an alternative to jitpack.io, I could make a [Maven repo into a mvn-repo branch ](https://stackoverflow.com/questions/14013644/hosting-a-maven-repository-on-github) on the ThingML repo... what do you think @ffleurey ???