|
|
|
|
|
by dotancohen
1669 days ago
|
|
This does look like a great project for in-the-field devices. Especially in literal fields where power is hard to come by. But I see no mention of atomic operations, which would be critical in such a device. Even the trivial action of associating a timestamp with a sensor measurement would require an atomic method. Sure, one could take the timestamp before and after a method runs and reject it if the stamps surpass some delta. But then this is no longer a "your code doesn't know about it" solution, as they advertise. |
|
I think that describes the use case, but besides a simple datalogger, I'm not coming up with examples of where this would be useful.