https://github.com/abakum/ngrok4com
hub4com GUI and KiTTY helper for configuring remote devices via ngrok by serial port
https://github.com/abakum/ngrok4com
com0com hub4com kitty netstat ngrok serial-communication
Last synced: 6 months ago
JSON representation
hub4com GUI and KiTTY helper for configuring remote devices via ngrok by serial port
- Host: GitHub
- URL: https://github.com/abakum/ngrok4com
- Owner: abakum
- Created: 2023-06-19T12:59:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T14:09:57.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T06:31:21.540Z (over 1 year ago)
- Topics: com0com, hub4com, kitty, netstat, ngrok, serial-communication
- Language: Go
- Homepage:
- Size: 367 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ngrok4com
ngrok4com is hub4com GUI and KiTTY helper for configuring remote devices by serial port
Helps KiTTY communicate with a hub4com over firewalls via ngrok.com
Помогает KiTTY взаимодействовать с hub4com через брандмауэры с помощью ngrok.com## Credits
- Vyacheslav Frolov - for [com0com and hub4com](https://com0com.sourceforge.net) 
- Simon Tatham, Cyril Dupont - for [KiTTY](https://github.com/cyd01/KiTTY) 
- ngrok - for [ngrok](https://github.com/ngrok/ngrok-go) 
- Balázs Szalkai - for [Greenfish Icon Editor Pro](http://greenfishsoftware.org/gfie.php) 
- Katayama Hirofumi MZ - for [RisohEditor](https://github.com/katahiromz/RisohEditor) ## Usage:
- git clone https://github.com/abakum/ngrok4com
- place NGROK_AUTHTOKEN.txt to ngrok4com\ before build for embed or set env during run
- place NGROK_API_KEY.txt to ngrok4com\ before build for embed or set env during run
- place hub4com.exe to ngrok4com\bin\ before build for embed
- place kitty_portable.exe to ngrok4com\bin\ before build for embed
- on remote PC with COM7
- run `ngrok4com 7`
- on local PC
- install [com0com](https://sourceforge.net/projects/com0com/files/com0com/3.0.0.0)
- setup COM11 for KiTTY by running
`com0com\setupc.exe install 0 PortName=COM#,RealPortName=COM11,EmuBR=yes,AddRTTO=1,AddRITO=1 -`
- run `ngrok4com` for control remote device over COM7 of remote PC[Look more](RFC2217.md)