Skip to content

Change Log

Mark edited this page Nov 14, 2016 · 4 revisions

14/11/2016 - v0.7.3 - slightly rushed release

  • Moved dynamic files (eg hostapd config, logs) to /run directory to reduce SD rewrites
  • Updated config to allow Relay points with different SSIDs
  • Altered MAC list to "SSID,MAC" pairing format

06/11/2016 - v0.7.2

  • Added update script
  • Added version comparison check - update won't be offered unless git version is newer

05/11/2016 - v0.7.1

  • Minor fixes
  • Implemented versioning

02/11/2016

  • Updated firewall rules to reflect new StreetPass Relay server addresses after a drastic change
  • Created local git mirror on image for future updating without re-imaging
  • Made some documentation

21/06/2016

  • There is now a Web-based GUI for configuring the device. This allows you to change the wireless configuration, change the automated run settings, adjust the list of StreetPass Relay MAC addresses, start the access point manually, reboot or shutdown the device, and view the log of the last time the script ran - note this log will initially be empty.
  • The hostname is now raspipass rather than raspberrypi to avoid any conflicts with any devices on the network running a fresh copy of raspian
  • There are now no samba shares, as all config files are written by the web configuration tool. Any changes made to the individual configuration files will be overwritten next time you save using the web GUI, as it stores and reads its configuration using a separate config.ini file in /raspipass
  • Moved the log file from /var/log/hostapd to /raspipass/log/hostapd in order to allow the web GUi to write to the log file when launching the AP manually
  • Used zip instead of gzip to compress the image - if I'm going to provide a Windows-based guide for installation I should probably use more native compression formats

17/06/2016

  • Remade image on 2Gb card
  • Made some security corrections - now using --physdev-in eth0 instead of -i eth0 due to the the way iptables handles traffic over a bridge
  • Whitelisted three additional StreetPass Relay servers
  • Set a new logging chain for disallowed packets coming in from the wifi side of the bridge (primarily to make it easier to identify newer StreetPass Relay servers) - these are logged to dmesg to a max of 10/min
  • Installed Apache and PHP and opened port 80 for Ethernet-side traffic. This currently has the basic "It works" page, but is installed in anticipation of a Web GUI
  • Updated the iptables.txt and firewall.rules files in the Files.zip archive in the installation guide. The manual installation guide will be deprecated from this point

08/05/2016

  • Remade image on 4Gb card using Raspbian Lite

02/05/2016

  • First public release version
  • Config editing via Samba-shared folder or SSH
  • 8Gb image for Raspberry Pi 3

Clone this wiki locally