Skip to content

Releases: Fiber-Optic-Sensing-System/mpg-foss

Python Version Checking

01 Apr 23:26
Compare
Choose a tag to compare
Pre-release
  • This release includes a feature to check the user's python interpreter on invocation of the main foss.py script.

    • The check verifies the user is on python 3.10 or newer
    • If not on 3.10 or newer, the output will tell you what version you are trying to run.
  • If you need help with managing python versions, you can use pyenv

    • There is a pyenv easy install script for linux systems available here.

Packet Parsing & Simulation

23 Jul 23:14
27d84ff
Compare
Choose a tag to compare
Pre-release
  • This release allows for full packet parsing from gator devices provided you have an existing buffer.
  • The data collection tool will simulate n packets and then parse them.
    • The parsed packet information can be saved as a .csv file.

Foss Tool α

27 Jun 22:45
e70941b
Compare
Choose a tag to compare
Foss Tool α Pre-release
Pre-release

Version information:

  • No major version.
  • Minor version 1.
  • No patches.

Incomplete features:

  • Data collection(#1)
  • Data to .CSV