mirror of https://github.com/unRedbox/Wiki.git
Compare commits
6 Commits
cd9a0a83bf
...
fa73220d54
Author | SHA1 | Date |
---|---|---|
Steve Dogiakos | fa73220d54 | |
.eggman | d60b578144 | |
.eggman | 410368e8cd | |
Steve Dogiakos | 2524063031 | |
Steve Dogiakos | d2b0ed57c1 | |
Steve Dogiakos | 1401f6ce6f |
|
@ -0,0 +1,40 @@
|
|||
# UnRedbox Wiki
|
||||
|
||||
Welcome to the **UnRedbox Wiki** repository. This project is focused on hosting and documenting information extracted from a **Redbox Kiosks**. Our goal is to explore and understand the software and configuration of the kiosk system, while also preserving and sharing our findings.
|
||||
|
||||
## Project Overview
|
||||
|
||||
The UnRedbox project aims to demystify the inner workings of the Redbox kiosks. This repository serves as a central wiki for:
|
||||
|
||||
- **Hardware documentation**: Gathering information about the various hardware implementations.
|
||||
- **System configuration**: Understanding the settings and behavior of the system.
|
||||
- **Security considerations**: Insights into potential vulnerabilities or interesting features.
|
||||
|
||||
Please note that this project is for educational and research purposes only.
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
To contribute, please log in with your Discord account at [redbox.wiki](https://redbox.wiki) and follow the guidelines below.
|
||||
|
||||
### [Before You Contribute](https://redbox.wiki/en/contributing)
|
||||
|
||||
All contributions are licensed under the **Creative Commons Attribution Share Alike 4.0 International license**. This includes media uploads, text contributions, or anything else submitted to the wiki. You may not license any contributions under any other terms.
|
||||
|
||||
### Site Navigation
|
||||
|
||||
The navigation panel on the side of the website is controlled by redbox.wiki admins. If you'd like a page to appear in the navigation, please contact **codeHusky/Loki** on Discord.
|
||||
|
||||
### New Pages
|
||||
|
||||
Before adding a new page, ensure that an existing page doesn't already cover the topic you're looking to work on. If there's overlap, see if it's more appropriate to add to an existing page rather than creating a new one. We aim to keep the number of pages minimal while avoiding excessively long pages of documentation.
|
||||
|
||||
If you still need to create a new page, feel free to do so. Just make sure you contact **codeHusky/Loki** in the Redbox Tinkering Discord to have your new page added to the navigation.
|
||||
|
||||
### Writing Tone and Style
|
||||
|
||||
All contributions should use a professional tone. Avoid using terms like "I" or referring to yourself directly. If you're documenting a technique you created, feel free to credit yourself, but avoid taking credit for "discovering" things that exist in every kiosk.
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the CC-BY-SA-4.0 license. See the [LICENSE](LICENSE.txt) file for details.
|
|
@ -2,7 +2,7 @@
|
|||
title: Hardware Overview
|
||||
description:
|
||||
published: true
|
||||
date: 2024-11-10T19:33:42.052Z
|
||||
date: 2024-11-14T03:51:48.482Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2024-10-21T03:34:51.578Z
|
||||
|
@ -102,7 +102,8 @@ Both units have a power button located above on the I/O panel, it's a black disc
|
|||
- Product # 259420
|
||||
- Model LCD15-042A
|
||||
- LCD Panel Model: Sharp LQ150X1LG91
|
||||
- Max Resolution: UNKNOWN
|
||||
- Max Resolution: 1024x768 @ 75Hz
|
||||
- OSD/Display controls can be accessed from four buttons on the back of the display
|
||||
- Kristel Displays (from Walmart kiosk) 15" Outdoor TS
|
||||
- Product # RDBX00923
|
||||
- Model LCD15-027C
|
||||
|
@ -135,7 +136,7 @@ Both units have a power button located above on the I/O panel, it's a black disc
|
|||
- Cradlepoint IBR650LPE Netcloud
|
||||
![img_1393.jpg](/img_1393.jpg)
|
||||
![img_1394.jpg](/img_1394.jpg)
|
||||
- Creadlepoint IBR200
|
||||
- Cradlepoint IBR200
|
||||
|
||||
To access the admin interface connect to the modem, head to 192.168.0.1 and when prompted for your password use the default password on the back of the modem. You may need to do a factory reset by pushing in the recessed reset button on the ethernet-port-side of the modem to deprovision the modem and make it accessible with the default credentials.
|
||||
|
||||
|
|
Loading…
Reference in New Issue