Skip to content

Commit

Permalink
docs: fix link to Rotom repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sn0opy authored Nov 14, 2023
1 parent b0814af commit 72a0284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/rotom/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rotom

[**Rotom**](https://github.com/UnownHash/Dragonite-Public) is our device controller. When a device connects to Rotom it will be registered as 1 to many workers creating a pool of workers that can process events. How many workers are available is dependent on your MITM provider and the configuration you provide within your MITM tool. You can think of Rotom as a task scheduler, Rotom will pull jobs that need to be processed from Dragonite (backend controller) and will send those request to various workers depending on time, available capacity, and configuration.
[**Rotom**](https://github.com/UnownHash/Rotom/) is our device controller. When a device connects to Rotom it will be registered as 1 to many workers creating a pool of workers that can process events. How many workers are available is dependent on your MITM provider and the configuration you provide within your MITM tool. You can think of Rotom as a task scheduler, Rotom will pull jobs that need to be processed from Dragonite (backend controller) and will send those request to various workers depending on time, available capacity, and configuration.

Rotom communicates via websockets (`ws://`) to devices and Dragonite. This communication strategy allows for a smarter feedback loop between the backend server and actual worker.

Expand Down

0 comments on commit 72a0284

Please sign in to comment.