Skip to content

Releases: Mboukhal/RaspberryGate

RaspberryGate Release v1.0

15 Jul 05:33
6a9ff22
Compare
Choose a tag to compare

Fixed

some of responses mabe stocked in backend,then when author gateway send request the stocked response will receive by both gates and open them both in an unwanted behavior:

  • timeout 3s for request
  • 10s delay for id request
  • auto pull update from cloned repository after reboot

Download the latest release From Google Drive here.

RaspberryGate Release v0.1

25 Jun 15:36
162e3d9
Compare
Choose a tag to compare

RaspberryGate v0.1 is now available! This release introduces a new gate control system designed specifically for use in the 1337 School. It replaces the outdated gate badges system and seamlessly integrates with the school's infrastructure.

Features

  • Easy installation process with an installation script.
  • Utilizes a Raspberry Pi along with an RFID USB reader, USB ports, and relays.
  • Supports opening the gate for incoming and outgoing access.
  • Configuration through the /boot/gate.env file.
  • Generates boot logs and main logs for monitoring and troubleshooting.

Installation

To install RaspberryGate v0.1, please follow these steps:

  1. Download the Zip file and unzip it.

  2. Download Win32 Disk Imager.

  3. Write the .img file to the SD card using Win32 Disk Imager:
    Win32 Disk Imager.

For detailed configuration instructions, refer to the Configuration section in the README.

Logs

RaspberryGate generates two types of logs:

  • Boot Logs: These logs can be found in /boot/gate.log. They validate the environment file and provide information about connected interfaces, including MAC addresses and IP addresses.

  • Main Logs: The main logs are located in /var/log/gate/gate.log. They include details about user ID validation, error logs, and other relevant information.

Feel free to explore the repository and make any necessary changes to adapt RaspberryGate to the specific requirements of the 1337 School.

Ssh port is opened default (user: rp, password: 1337).
wireless communication are disabled from "/boot/config.txt".

License