Skip to content

FROM-THE-EARTH/inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inspector

テレメトリ監視用GUIです。
受信したデータの解析、コマンドの送信をこのアプリケーションで行うことが出来ます。
テレメトリは仕様書に沿って行われることを前提としています。

Downloads

Platform Link Version Date
Windows Download 0.2.1 2020/12/19
macOS Download 0.2.0 2020/12/15
Linux N/A N/A N/A
  • Only available on 64bit architecture

macOSの場合、開発者登録をしていないため普通に実行するとブロックされてしまいます。macOSで実行する際は、初回のみアプリアイコンを右クリックしメニューから開くを押して実行する必要があります。

Development

Building

  • Install Node.js (Using v14.15.1)
git clone https://github.com/FROM-THE-EARTH/inspector.git
cd inspector
npm install
npm run rebuild

Running

npm run start

Packaging

Windows

npm run pac:win

macOS

npm run pac:mac

Linux

Troubleshooting

  • node_modules/を削除し、再度buildする
  • Windowsの場合、管理者権限のPowerShellでnpm install --global windows-build-toolsを実行する

Releases

0.2.1

  • baudrate設定機能の追加
  • コマンド送信時、送信文字列の末尾に自動的に"\r\n"を追加するように修正

0.2.0

  • macOSに対応
  • UIをダークテーマに
  • ウィンドウの最小サイズを800x720に設定

0.1.1

  • 送信時にヘッダを追加する機能を追加
  • UIを整理

0.1.0

  • Release beta version

About

GUI for Telemetry / Data analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published