Jeremy Boynes

Results 21 comments of Jeremy Boynes

Tests failed on the first run due to an issue trying to upload coverage results. I couldn't figure out how to redrive the action so opted to push another commit...

To my knowledge, the only difference between the D51J and E51J is the presence of the CAN module. The chip identifies differently which could affect debugging (e.g. the "chip" value...

> I'm quite curious how this BSP will develop. My understanding is that you want to implement `embedded-can` on `mcan` in some opinionated way that will kind of work for...

> Would you prefer this as a separate BSP? If so, we can merge it. I think it would be preferable for now, because: - It can be Tier 2...

Suggest a couple of constraints: - a datagram must contain exactly one JSON object (the sender should combine values as needed) - the JSON must be encoded using UTF-8 -...

We should define a way to protect the datagrams when sent over an open network. With stream transports like TCP or WebSocket, the stream can be protected by authentication and...

[MQTT](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html) "runs over TCP/IP, or over other network protocols that provide ordered, lossless, bi-directional connections." It is not designed for unreliable, unordered transports like UDP. Same for [STOMP](https://stomp.github.io/stomp-specification-1.2.html). They rely...

[PR for comments](https://github.com/jboynes/specification/pull/1) if that works better I also started on a proof of concept, using a [sketch](https://github.com/jboynes/SKgateway/blob/rfc0006/environmentSensor/environmentSensor.ino) for a [Wifi-capable Arduino](https://www.adafruit.com/products/3010) to send environment data to a UDP multicast...

@rob42 yes I think it might be clear to separate the quantities into base units (which define the values that can appear in the model) and classified units which contain...

No worries. I converted this to a draft for now. If it helps, I can split it into two PRs, one with new code and one containing only generated code....