mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #498] 请问下大神,有frpc的协议文档吗? #379
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#379
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 @leimiu on GitHub (Oct 25, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/498
如果有其他语言实现的frpc,相信对frp适用更多的场景会有帮助。我想尝试着实现个java版的frpc,想请问下大神,能否提供下frpc的协议细节文档?有文档的话当然比直接扣go代码方便些~
@fatedier commented on GitHub (Oct 27, 2017):
主要的协议格式在 https://github.com/fatedier/frp/blob/master/models/msg/msg.go 这个文件里。
现在还不是太推荐用其他语言去实现,因为版本之间可能改动比较大,协议也会经常变更,等 1.0 比较稳定的版本发布之后会整理一下这些东西。