Skip to content

release 1.0.0 (2021-10-05)

Latest
Compare
Choose a tag to compare
@tjeb tjeb released this 25 Oct 11:59
· 18 commits to master since this release
  • Added support for bridge mode, where SPIN is not running on an access point,
    but as a bump in the wire
  • Spinweb now shows some suggestions on what could be wrong when it is
    unable to connect to the MQTT server
  • Added support for TLS (and wss) in spinweb
  • Added option to enable HTTP authentication in spinweb
  • Added support for mosquitto user authentication in spinweb
  • Updated the vis library in the bubble app
  • Improved logging options, spind can now log to syslog, file, and standard out,
    and log to multiple targets simultaneously
  • Reduced traffic exchanged between PCAP reader and spind by aggregating
    information before sending it
  • Added support for network communication between PCAP reader and spind
  • Bugfixes
    • Fixed issue in call to mkstemp() (#77)
    • Fixed several small issues in the PCAP reader connection code core2ext
    • Fixed issue with spinweb query parameter mqtt_port
      (#79)
    • Fixed a number of issues with the generated mosquitto configuration when
      spind runs its own instance of mosquitto
    • Fixed the issue where tcpdump could fail until router was rebooted
    • Improved cleanup routines when SPIN fails to start