Opensource playit.gg alternative
Go to file
Matheus Sampaio Queiroga dc5e8a1cdf
fix udp listener and fix agent TX/RX
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2024-06-21 20:49:21 -03:00
client fix udp listener and fix agent TX/RX 2024-06-21 20:49:21 -03:00
cmd Update controller and client 2024-06-16 22:02:50 -03:00
internal fix udp listener and fix agent TX/RX 2024-06-21 20:49:21 -03:00
proto fix udp listener and fix agent TX/RX 2024-06-21 20:49:21 -03:00
server fix udp listener and fix agent TX/RX 2024-06-21 20:49:21 -03:00
.gitignore Add cli 2024-06-09 23:58:37 -03:00
go.mod Update server and Client 2024-06-16 01:30:10 -03:00
go.sum Update server and Client 2024-06-16 01:30:10 -03:00
README.md Update controller and client 2024-06-16 22:02:50 -03:00

Golang pproxit to TCP and UDP Connections

Same to playit.gg, to make more simples to connections and implementations and host self server proxy

TODO

  • Agent Connect
    • Auth
    • Send shutdow agent
    • Recive packets
    • Send packets
  • Controller
    • Listener tunnels
    • Redirect packets to agent
      • Require Patchs to fix agent retransmitter packets
  • TCP
    • TX Data
    • RX Data
  • UDP
    • TX Data
    • RX Data