simulators icon indicating copy to clipboard operation
simulators copied to clipboard

This project provides developers with simulators to realistically simulate IoT data over different protocols.

Results 5 simulators issues
Sort by recently updated
recently updated
newest added

I am using Sparkplug B example and can't see data streamed to Node RED, turns out the mqtt is set to wrong URL in config.json, this change fixed the problem,...

**During reconnection, this function `encryptPasswords(userIds)` should not be executed multiple times.** `ioTSensorsOPCUA/services/uaSrvService.go` ``` ... server.WithAuthenticateUserNameIdentityFunc(func( encryptPasswords(userIds) ... ``` **fix**: like this ``` var once sync.Once ... once.Do(func() { encryptPasswords(userIds) })...

I am running your ioTSensorsMQTT-SpB container and I connected a third party MQTT sparkplug client to the broker running in the container. When I click the send rebirth command in...

- Grafana was failing with error ``` 2024-06-11 10:16:27 Error: ✗ invalid setting [alerting].enabled 2024-06-11 10:17:27 logger=settings t=2024-06-11T08:17:27.755251893Z level=info msg="Starting Grafana" version=11.0.0 commit=83b9528bce85cf9371320f6d6e450916156da3f6 branch=v11.0.x compiled=2024-06-11T08:17:27Z 2024-06-11 10:17:27 logger=settings t=2024-06-11T08:17:27.755539908Z level=error...