faultfactory
faultfactory
> It is the first time that such an issue has been reported. At which frequency are your messaged coming in? It's all automotive can so it's 500kbps and the...
> How many are you using? Sorry, this question isn't clear. What are you referring to? > Or just create a `FrameListener `for every single frame. You could use the...
> How many instances of `FilteredFrameListener` are you using in your code? Only one. All the can traffic flows through that.
Edited: Putting more than one question in. I'm new to multi-process and there's a lot of templating here. I thought I was decent at C++ but I'm being humbled by...
I'm finding that any solution I attempt using the ThreadedSocketCanInteface is performing significantly worse than the non-threaded version. I don't know how I am able to use the non-threaded version...
Understood. I'll explore the topic a bit more. Would be great to add a fork or a pre processor directive to make this
@vlastahajek I've dug into this a bit and I believe I understand the problem more. There's a base arduino library called HttpClient, separate from the ESP ones and it looks...
This is an extremely hard nut to crack as there are so many library functions in the ESP packages that need to be recreated and generally the existing library relies...
@vlastahajek I grinded on it another day and got it to work by watching the logs for the influxdb container from the portainer logs. My db is named ENV_STATUS I'm...
I ended up having to go with the HTTP post directly, but **I am using Influx 1.8 as the 2.0 docker wasn't available when i was working on this** ```...