diff --git a/doc/SUMMARY.md b/doc/SUMMARY.md index eae456f..431bffe 100644 --- a/doc/SUMMARY.md +++ b/doc/SUMMARY.md @@ -12,5 +12,6 @@ - [How we analyze a capture](./analyzing-a-capture.md) - [Supported devices](./supported-devices.md) - [TP-Link M7350](./tplink-m7350.md) + - [Orbic RC400L](./orbic.md) - [Support, feedback, and community](./support-feedback-community.md) - [Frequently Asked Questions](./faq.md) diff --git a/doc/orbic.md b/doc/orbic.md new file mode 100644 index 0000000..deded35 --- /dev/null +++ b/doc/orbic.md @@ -0,0 +1,20 @@ +# Orbic RC400L + +The Orbic RC400L is an inexpensive LTE modem primarily designed for the US marked, and the original device for which Rayhunter is developed. + +You can buy an Orbic [using bezos +bucks](https://www.amazon.com/Orbic-Verizon-Hotspot-Connect-Enabled/dp/B08N3CHC4Y), +or on [eBay](https://www.ebay.com/sch/i.html?_nkw=orbic+rc400l). + +[Please check whether the Orbic works in your country](https://www.frequencycheck.com/countries/), and whether the Orbic RC400L supports the right frequency bands for your purpose before buying. + +## Supported Bands + +| Frequency | Band | +| ------- | ------------------ | +| 5G (wideband,midband,nationwide) | n260/n261, n77, n2/5/48/66 | +| 4G | 2/4/5/12/13/48/66 | +| Global & Roaming | n257/n78 | +| Wifi 2.4Ghz | b/g/n | +| Wifi 5Ghz | a/ac/ax | +| Wifi 6 | :white_check_mark: | diff --git a/doc/supported-devices.md b/doc/supported-devices.md index e1bd56e..0e0a7f9 100644 --- a/doc/supported-devices.md +++ b/doc/supported-devices.md @@ -4,25 +4,5 @@ Rayhunter was built and tested primarily on the Orbic RC400L mobile hotspot, but If you have a device in mind which you'd like Rayhunter to support, please [open a discussion on our Github](https://github.com/EFForg/rayhunter/discussions)! -## Orbic RC400L - -You can buy an Orbic [using bezos -bucks](https://www.amazon.com/Orbic-Verizon-Hotspot-Connect-Enabled/dp/B08N3CHC4Y), -or on [eBay](https://www.ebay.com/sch/i.html?_nkw=orbic+rc400l). - -[Please check whether the Orbic works in your country](https://www.frequencycheck.com/countries/), and whether the Orbic RC400L supports the right frequency bands for your purpose before buying. - -Orbic RC400L Supported Bands -| Frequency | Band | -| ------- | ------------------ | -| 5G (wideband,midband,nationwide) | n260/n261, n77, n2/5/48/66 | -| 4G | 2/4/5/12/13/48/66 | -| Global & Roaming | n257/n78 | -| Wifi 2.4Ghz | b/g/n | -| Wifi 5Ghz | a/ac/ax | -| Wifi 6 | :white_check_mark: | - - -## TPLink M7350 - -See [TP-Link M7350](./tplink-m7350.md) +- [Orbic RC400L](./orbic.md) +- [TP-Link M7350](./tplink-m7350.md)