Skip to content

Clean up and unify old code bases

No due date 80% complete

Cameron has written starts to APRS message decoding, AX.25, and KISS protocol (for terminal node controllers) libraries. The should be open sourced and cleaned up including:

  • Transitioning libraries to .NET Standard (likely version 2.1)
  • Unifying namespaces in to the AprsSharp namespace instead of the various pet project names
  • Changing in to the directory …

Cameron has written starts to APRS message decoding, AX.25, and KISS protocol (for terminal node controllers) libraries. The should be open sourced and cleaned up including:

  • Transitioning libraries to .NET Standard (likely version 2.1)
  • Unifying namespaces in to the AprsSharp namespace instead of the various pet project names
  • Changing in to the directory structure for this repository
  • Unifying projects under a single new solution file to simplify building and testing

Directory structure should be
/src
/Project
Project.csproj
/test
/Project
TestProject.csproj
AprsSharp.sln