Skip to content

Commit

Permalink
Merge pull request #20 from sn0opy/patch-1
Browse files Browse the repository at this point in the history
fix link to Rotom repository
  • Loading branch information
clburlison authored Nov 14, 2023
2 parents b0814af + 72a0284 commit bdd3a5b
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 bdd3a5b

Please sign in to comment.