Daniel Berlin
Daniel Berlin
One of the tricky parts of this is finding an unused port that is safe to listen on and tell the other machine to connect to. Particularly in a portable...
For the stuff that uses cmake, this should be as simple as using CMAKE_OSX_ARCHITECTURES=arm64;x86_64. For everything else, assuming you can generate the individual arch binaries, the "lipo" tool can put...
and note that the eclipse-mosquitto official published docker images have websocket support compiled in if you need an image source.
Interesting - i swear i actually tried this, and kept getting told on startup that it did not support websockets. I'll give it another try.
It's actually not - yours tries to do a lot more complicated of a thing that involves separating out where various sensors can be accessed, etc. Mine simply makes i2c...
Yes, it seems unfortunate. I did get one accepted over on the loramac project (SX12XX code), so maybe there is hope. If worst comes to worst, i will just start...
At least as you have things now, you would not have to #undef max, because ArduinoJson doesn't use max. If that changed, yes, you would run smack into the same...
(One of my teams built the initial MS ABI support for Clang, so some of this stuff is stuck in my head) FWIW: In the MS ABI, for a given...
Yes, some of it is documented, but not all. One thing to keep in mind (specifically about MSVC 6.0 where this started) is that once we built an ABI fuzzer,...
I'm happy to help however i can. I'm analyzing a large program so i've started also poking around at the profiling of SWI (it currently takes a few days with...