Skip to content

Dittel/TQ-Aviation radio transceiver (KRT2) RemoteControl

License

Notifications You must be signed in to change notification settings

pwsimon/KRT2Mngr

Repository files navigation

KRT2Mngr

RemoteControl for: Dittel/TQ-Aviation radio transceiver (KRT2)

Transfer commands, like switch DUAL-Mode on/off, to an KRT2 Radio. Furthemore changes on the Radio will be reflected on the remoteControl application. This is possible by communicating to KRT2 using it's builtin RS232 interface.

classic KRT2

Bluetooth / SerialPort and a shared HTML/GUI

with this Project we drive the two different aproaches to physical access the KRT2. even which approach we're using we need a native windows application to access devices.

  • With COMHost we provide a Windows Application which uses a SerialPort to communicate with the connected KRT2.
  • With BTHost we provide a Windows Application which uses a Bluetooth Name/Address to connect an KRT2 which have an Bluetooth to Serial adapter.

Development / Deployment and Publising

every approach will be developed in its own Branch BTHost and COMHost. finally we will integrate and maintain the master Branch which contains both alternative Applications/Hosts which share the same GUI.

  • HighLevel-sendCommand // (FeatureBranch) 3 layered architecture
  • JavaScript-CommandParser // (FeatureBranch) Bluetooth with lowlevel bytetransfer interface to HTML/GUI
  • master // (Integrations Branch)

roadmap (functional aspect, less important is at top)

probably the BT Version is the more interesting thing cause most devices does not have COM interfaces anymore. The SerialPort Version is the head of development activity and the most stable Version because it is simpler.

  • provide WindowsApplication's with x86/x64 Bitness
  • provide as (U)niversal(W)indwos(P)latform App
  • upload settings to KRT2 preiviously downloaded and saved to restore configuration after a hard reset
  • download settings from KRT2 and persist them is a classic file
  • download Station List and persist them is a classic *.csv file
  • upload Station List from *.csv file to KRT2 (maintain Station List's offline)

roadmap (architectureal aspect, less important is at top)

  • 3 layered architecture to splitt KRT2 Protocol specific things (ack/nak/checksum/ping ...) from Payload
  • 2 layered architecture to reuse the JavaScript/HTML GUI with all different Windows Applications and the UWP App

History

  • csv parser, demo Data
  • persistence module, open file. uploadToKRT2(), GUI with img/map

About

Dittel/TQ-Aviation radio transceiver (KRT2) RemoteControl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published