https://github.com/OpenIoTHub/gateway-rs
Run on ESP32 ESP32c3 esp32s2 esp32s3. A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
https://github.com/OpenIoTHub/gateway-rs
embedded esp esp32 esp8266 frp frp-library frpc mcu nat ngrok nps proxy tunnel
Last synced: 25 days ago
JSON representation
Run on ESP32 ESP32c3 esp32s2 esp32s3. A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
- Host: GitHub
- URL: https://github.com/OpenIoTHub/gateway-rs
- Owner: OpenIoTHub
- Created: 2023-02-26T15:43:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T15:52:48.000Z (almost 2 years ago)
- Last Synced: 2025-04-08T05:41:24.214Z (about 1 month ago)
- Topics: embedded, esp, esp32, esp8266, frp, frp-library, frpc, mcu, nat, ngrok, nps, proxy, tunnel
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 19
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-esp-rust - gateway-rs - A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet(like [frp](https://github.com/fatedier/frp) but running on ESP32). (Projects / `std`)
README
# gateway-rs
##### OpenIoTHub gateway for ESP32
##### [golang version](https://github.com/OpenIoTHub/gateway-go)
#### TODO List:
- [x] login server
- [x] handle income request
- [ ] kcp、tls support
- [ ] p2p support
###### [compile](https://github.com/esp-rs/esp-idf-template)