mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2298] Port to Esp32 (microcontrollers) #1827
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1827
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ricardojlrufino on GitHub (Mar 14, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2298
The solution you want
The client ported to esp32 (https://www.espressif.com/en/products/socs/esp32)
How to implement this function
Maybe using: https://tinygo.org/microcontrollers/
https://tinygo.org/microcontrollers/esp8266-nodemcu/
https://tinygo.org/microcontrollers/esp32-coreboard-v2/
Application scenarios of this function
Allow access to iot devices from anywhere
@fatedier commented on GitHub (Mar 15, 2021):
I'm not sure if it's a common requirement. Maybe you can build it by yourself first?
@ricardojlrufino commented on GitHub (Mar 15, 2021):
Probably will not work Tinygo does not have support for Wifi

@ricardojlrufino commented on GitHub (Mar 15, 2021):
Error
ref: https://tinygo.org/lang-support/stdlib/#net
@ricardojlrufino commented on GitHub (Mar 15, 2021):
Maybe a alternative
https://github.com/alphahorizonio/tinynet
@github-actions[bot] commented on GitHub (Apr 30, 2021):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.
@NguyenMinhTri commented on GitHub (Apr 19, 2022):
hi, Are you port to ESP32 successfully?
@ricardojlrufino commented on GitHub (Apr 19, 2022):
I did not try
@yangminglong commented on GitHub (Oct 3, 2022):
ask for this