Skip to content

Latest commit

 

History

History
69 lines (59 loc) · 4.32 KB

README.md

File metadata and controls

69 lines (59 loc) · 4.32 KB

VATACT (Vatsim Activity)

Monitor and calculate the Vatsim Air Traffic Controller activity for a specific month. Primarily to be used by the Vatsim ARTCC staff to assist in controller roster maintenance.

--Current_Version: V-0.0.10--

GitHub repo size GitHub contributors GitHub stars GitHub forks

Acknowledgements

  • @KSanders7070 Concept Design - Thanks for helping with UI design, Code implementations, Program Name, Color Scheme, Code Functionality, Batch File Creations, and Supporting my endeavours.
  • VATSIM API - Thanks for providing some amazing Web based API's free to the public.

Prerequisites

  • Windows OS. Other Operating systems are not supported at this time.
  • Stable internet connection
  • Requires a CID list in a text file {ex. CID_List.txt} (one CID per line, no spaces, no empty lines)
  • Requires you to trust the publisher (Nikolas Boling) as there is no security certificate on this program YET.
  • Download the current release zip file named "V-x.x.x.zip" where x.x.x is the version number.
  • Unzip the file.
  • Keep ALL the files together
  • There is a Batch file called "INSTALL_UNINSTALL.bat" to help with installing this program.
  • To run this program, click VATACT.exe

Using VATACT

  • CID Text file field:
    • Requires a full file path {ex. C:\Downloads\CID_LIST.TXT}
  • Month
    • Two digit month you would like to run this for. {ex. 02 - for Feburary}
  • Year
    • Four digit year {ex. 2020}
  • Minimum Hours Req
    • Two digit number representing the minimum controlling hours required per your ARTCC SOP. {ex 02 - for Two Hour requirement.}
  • Select your Artcc
  • Calculate button
    • A couple of things happen in the background when you click on this button.
    • NOTE: How far back and how big your CID list is will dramatically increase the time it takes this program to complete. For example: If you select 01/2005 and your CID list is longer then 20, expect it to take 5+ minutes.
    • Once the calculation and API calls are complete, you can then save the output to a text file.
  • Save Text file directory
    • Requires a directory {ex. C:\downloads}
  • Save button
    • Look for your newly created text file in the directory you specified.
      • It will be named "{month}_{year}_CID_HOURS.txt" {ex. 08_2020_CID_HOURS.txt}

Contributions

  • None at this time

Original Author Contact Information

Additional comments from the Author

  • I know the source code is a little messy right now, however, there are plans to refactor and improve.

Licence Information

MIT License Copyright (c) 2020 Nikolas Boling