Will Greenberg
abc3c07201
Migrate README content to the mdbook
2025-05-12 16:10:39 -07:00
oopsbagel
98ee6dacf8
doc(building bin/web): also run npm install
2025-05-12 13:01:15 -07:00
oopsbagel
a9f1284fa6
docs: publish mdbook in doc to github pages
...
This commit adds an mdbook for rayhunter documentation in `doc`, and
actions workflows to publish that documentation to github pages.
This commit configures actions to publish to pages via artifact uploads,
but but can be adjusted to publish based solely on a branch.[0]
This was chosen to allow for future flexibility in generating multiple
outputs (such as a single page html document or pdf).
[0] https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site
2025-05-12 13:00:45 -07:00
oopsbagel
d31bf45f95
Merge pull request #304 from EFForg/docs/update-frequency
...
[DOCS] Update README.md to Explicitly State Supported Bands
2025-05-06 03:25:50 +00:00
Alexis
8e8a28ae26
Update README.md to Explicitly State Supported Bands
...
Had to check around forums and docs just to find this info so just dumped here. Take it or leave it though if this exists somewhere else.
Also, areWiFi bands needed? Probably not but left it just in case.
2025-05-06 11:17:04 +09:00
oopsbagel
a7a5221c90
ci: remove duplicated ISSUE_TEMPLATE directory
...
We only need the files in .github/ISSUE_TEMPLATE
2025-04-28 17:31:00 -07:00
Cooper Quintin
469a716b7c
add make script using docker
2025-04-28 17:19:46 -07:00
Cooper Quintin
c569101c36
Merge branch 'main' into frontend-rework
2025-04-28 17:19:28 -07:00
oopsbagel
b9945827c4
Merge pull request #298 from untitaker/ref/readme-orbic
...
Add disclaimer about country support
2025-04-28 19:28:32 +00:00
Markus Unterwaditzer
f97bc56f2c
Add disclaimer about country support
...
More users are discovering this repo and buy Orbic devices for countries
where the device doesn't work.
2025-04-26 01:06:03 +02:00
oopsbagel
55ba316046
Merge pull request #297 from EFForg/wgreenberg-patch-1
...
unzip -> decompress
2025-04-25 19:21:39 +00:00
Will Greenberg
5ae6f0c5ce
unzip -> decompress
2025-04-25 12:05:31 -07:00
Markus Unterwaditzer
7e1b410f89
add clippy to CI
2025-04-25 11:57:33 -07:00
Markus Unterwaditzer
32b67df55d
Fix clippy lints and upgrade deku
...
Old version of deku was throwing clippy lints in generated code
2025-04-25 11:57:33 -07:00
oopsbagel
a8087c6840
cargo/config: show apt pkgs for gnueabihf
2025-04-25 11:55:23 -07:00
oopsbagel
f2028a704f
tools: target armv7 musleabihf
2025-04-25 11:55:23 -07:00
oopsbagel
e04b78f0e0
ci: use rust-lld for all release targets
...
Removes dependency on gcc-based cross-compilation toolchain.
2025-04-25 11:55:23 -07:00
Will Greenberg
ece589331f
bin: rm unused debug mode functionality
...
With the new svelte-based frontend, there's a better local debug mode
using `npm run dev`
2025-04-24 13:52:11 -07:00
Will Greenberg
b95ff90e5e
cargo fmt
2025-04-24 13:23:29 -07:00
Will Greenberg
33745bc4e2
add rayhunter version to web UI, better row colors
2025-04-24 10:33:18 -07:00
Will Greenberg
73682240d6
fix more CI
2025-04-23 11:27:56 -07:00
Will Greenberg
43324c0ad7
add title and darken the green
2025-04-23 11:09:52 -07:00
Will Greenberg
f559e10d44
rm git detritus
2025-04-23 11:09:10 -07:00
Will Greenberg
f28022920a
fix CI
2025-04-23 11:08:54 -07:00
Cooper Quintin
63b07b83f5
darker links
2025-04-22 16:37:35 -07:00
Cooper Quintin
934e0d70d8
change refresh time to 1sec
2025-04-22 16:27:57 -07:00
Cooper Quintin
769826dcea
check if metadata exists and handle gracefully
2025-04-22 12:11:23 -07:00
Cooper Quintin
e4bfa7a1f3
Merge branch 'main' into frontend-rework
2025-04-22 11:41:51 -07:00
Tyler Cipriani
d95da9b382
README: clarify "unzip" instructions
...
The current `release.tar` (v0.2.7) lacks a `release` directory -- all
files live at the root of the tar archive. But the README's Unzip
instructions mention `cd`ing to `~/Downloads/release`, which implies
that there is a `release` directory inside the tar.
Rather than verify with `tar --list --file ~/Downloads/release.tar` I
made a bad assumption, ran `tar xvf ./release.tar` in my `~/Downloads`,
and then had to clean up my `~/Downloads` directory.
This update clarifies that users should create the directory and extract
the tar into that directory.
2025-04-22 11:39:06 -07:00
Cooper Quintin
941ea59e11
I forgot rootshell and telecom parser
v0.2.8
2025-04-22 11:04:42 -07:00
Cooper Quintin
8082e013f4
bump version
2025-04-22 11:04:42 -07:00
Cooper Quintin
f72194ab3e
remove demo file
2025-04-22 10:12:45 -07:00
Cooper Quintin
3b1547c749
delete package lock and yarn lock from repo
2025-04-22 10:11:37 -07:00
Cooper Quintin
af17788a36
add package lock to gitignore
2025-04-22 10:10:41 -07:00
Cooper Quintin
1a8010964e
Merge branch 'main' into frontend-rework
2025-04-22 10:09:26 -07:00
Cooper Quintin
a7ce1ad4d3
update mm invite
2025-04-18 12:41:25 -07:00
Markus Unterwaditzer
531e9aa6fb
this documentation is also not useful to end users
2025-04-17 09:46:23 -07:00
Markus Unterwaditzer
833d0e41b4
more cleanup
2025-04-17 09:46:23 -07:00
Markus Unterwaditzer
056cdac546
remove Silicon from Mac, we do support intel
2025-04-17 09:46:23 -07:00
Markus Unterwaditzer
6ea2b0a4e6
Remove outdated instructions from README
...
`cargo test_pc` is not a thing, remove these instructions although there
currently is no replacement.
2025-04-17 09:46:23 -07:00
Will Greenberg
d3f70fee01
show informational logs, skipped reasons, and some formatting fixes
2025-04-16 14:31:16 -07:00
Will Greenberg
2ee4ab5082
update location of static images
2025-04-16 13:03:33 -07:00
Will Greenberg
7708efd0c9
Update README w/ frontend info, clarify some parts
...
Also fixes a typo in `install-dev.sh`
2025-04-16 13:02:54 -07:00
Will Greenberg
6b15f807df
bring back images
2025-04-16 11:00:01 -07:00
Will Greenberg
0a1f9f4de1
rm unused import
2025-04-16 10:57:46 -07:00
Will Greenberg
fb1d550793
when deleting all, close the current recording first
2025-04-16 10:57:33 -07:00
Will Greenberg
2fc0144905
update make script to build site
2025-04-16 10:57:18 -07:00
Will Greenberg
fb1657676e
rm old frontend code, add favicon
2025-04-15 18:21:58 -07:00
Will Greenberg
bb5c288c2f
rm unused function
2025-04-15 18:21:10 -07:00
Will Greenberg
d63f419fbc
parity with current UI
2025-04-15 18:08:18 -07:00