This commit is contained in:
legop3
2026-03-03 17:44:49 -05:00
parent 325fdc05ea
commit e53fb5cb92
2 changed files with 18 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
1. trusted user system
2. private rovers
3. color coding with colored names and tape
4. audio forwarding
- streaming from server to rovers
- audio files first
- then voice chat
5. mobile controls column swapping (optional joystick on left)
# pipe dreams:
1. VPS video forwarding
1. get forwarding working with the VPS for in-queue users and spectators
2. bandwidth testing
3. maybe switch room cams back to real video, with audio?
2. overseer LED tesseract
3. RF based positional tracking / room map tab
4. chromecast monitor youtube search and speakers
+1
View File
@@ -2,6 +2,7 @@
## main idea
- a relatively simple system to verify trusted users and allow them to use special features
- uses IP, a cookie user ID, and nickname to verify people
- expose internally similar to socket.isAdmin: socket.isVerified.
## on-connect system to send user info to the server
- a new system in the web UI (and server a little bit probably)