-
Now that the OSS project is dead, it would be nice to put back in to this at least the JK CAN protocol(s) that the new bms boards support so that we could connect this wired, and then output CAN to in…
-
When using this metrics plugin for Grafana via InfluxDB, it does not get added to the correct measurement.
Expected behaviour: The first field should contain the hostname of the server it runs on.…
-
Using commit 8de4517.
Here is my sample query:
```
mybucket = "my_bucket"
from(bucket: mybucket)
|> range(start: -15m)
|> keep(columns:["_measurement"])
|> filter(fn: (r) => r._mea…
-
We have received reports of software feeling slower during the latest rollout. As far as we can tell things should actually be _faster_ (due to ophyd's use of auto-monitoring). It would be nice to hav…
-
Often it is useful to observe how is latency changing in real time.
The cases could be:
* observing impact of a network component (e.g. a firewall) load
* observing impact of network high utiliza…
-
```python
import ddlpy
locations = ddlpy.locations()
bool_hoedanigheid = locations['Hoedanigheid.Code'].isin(['NAP'])
bool_stations = locations.index.isin(['STELLDBTN'])
bool_grootheid = location…
-
- This will be used inside Pi_service (as simulation output) to publish data to Field Bus Manager.
Pi_service:
- use the web client API to access Pi data
- convert Pi measurements format to CIM
- wi…
-
### Statement
----
I want this board to take periodic measurements from a sensor, and send them over some network
so I can measure differences in this measurements over time
### Background
----
Th…
-
This is a proposal to change the ndt7 protocol specification. It has been discussed with @bassosimone (original author of the ndt7 spec) at https://github.com/m-lab/ndt7-client-go/pull/75.
Currentl…
-
I have implemented an inference API using ONNX Runtime and FastAPI to process multiple prompts in batches, with the goal of improving efficiency. However, I've observed that performance is significant…