Nostriot News
Published October 17, 2024
I've started building an IoT DVM simulator. It's written in TS and uses Deno for simplicity.
The project will be used to test the ideas in and support the NIP 90 PR.
https://github.com/blackcoffeexbt/nostriot-dvm-simulator
It has a basic plugin architecture so we can test a whole suite of how different IoT commands can work easily (config, intents, sensors, all the things).
This is the current, very basic roadmap for this project:
[ ] Announce capabilities via NIP 89
[ ] Respond to DVM job requests
[ ] Accept payments for DVM job requests
I'll also be working on a basic - for now - IoT DVM client that can be used to interact with IoT DVMs.