Skip to content

Release Version 1.0.0.1

Compare
Choose a tag to compare
@Cale-Torino Cale-Torino released this 14 Apr 18:22
· 110 commits to main since this release

FreeTAKServer Manager

The FreeTAKServer Manager C# application was created to make using the current v1.7 of FreeTAKServer more user friendly.

Make sure you have a clean Python install.

Make sure your python environment variable path is clean.

FreeTAKServer Manager has the ability to:

  • Start
  • Stop
  • Restart
  • Install
  • Uninstall
  • start on startup
  • send alert emails
  • let the user test the API (localhost & custom)
  • allow quick MainConfig.py & config.py edits
  • Open a portforward testing page

.NET Framework 4.7.2
C# Windows Presentation Foundation
C# Winforms

Release Notes

[ Version: V1.0.0.1 ]
[ Date: 14th April 2021 ]

  • About Window added.
  • EmailSetup Window added.
  • ReadMe Window added.
  • Test_API Window added.
  • Start, Stop, Restart, Install, Uninstall functions optimized.
  • All child forms changed to the ToolWindowboarder style.
  • Start on startup checkbox optimized.
  • Send email alerts checkbox optimized.
  • Code works with WPF (small modifications)
  • Core functions added.
  • WinForms version made DPI aware.

TODO

  • Reduce code.
  • Improve methods
  • Move functions to .dll files to clean up exe code.