docs: Actualizar CLAUDE.md con Global Discovery HTTPS
This commit is contained in:
parent
40a1688f3b
commit
1dba570368
1 changed files with 3 additions and 3 deletions
|
|
@ -60,10 +60,10 @@ zcatp2p/
|
||||||
├── identity.zig # Device ID, certificados
|
├── identity.zig # Device ID, certificados
|
||||||
├── crypto.zig # ChaCha20-Poly1305, SHA256, etc.
|
├── crypto.zig # ChaCha20-Poly1305, SHA256, etc.
|
||||||
├── tls.zig # TLS 1.3 implementation
|
├── tls.zig # TLS 1.3 implementation
|
||||||
|
├── http.zig # HTTP/1.1 client
|
||||||
├── protocol.zig # Message framing
|
├── protocol.zig # Message framing
|
||||||
├── discovery.zig # Local + global discovery
|
├── discovery.zig # Local + global discovery
|
||||||
├── stun.zig # STUN client
|
├── stun.zig # STUN client
|
||||||
├── nat.zig # UPnP/NAT-PMP
|
|
||||||
├── relay.zig # Relay protocol
|
├── relay.zig # Relay protocol
|
||||||
└── connection.zig # Connection management
|
└── connection.zig # Connection management
|
||||||
```
|
```
|
||||||
|
|
@ -84,9 +84,9 @@ zcatp2p/
|
||||||
- [x] Implementación discovery local (UDP broadcast)
|
- [x] Implementación discovery local (UDP broadcast)
|
||||||
- [x] Implementación STUN client
|
- [x] Implementación STUN client
|
||||||
- [x] Implementación relay client
|
- [x] Implementación relay client
|
||||||
- [x] Tests unitarios (27 tests)
|
- [x] Tests unitarios (36 tests)
|
||||||
|
- [x] Discovery global (HTTPS API)
|
||||||
- [ ] Integración completa de red
|
- [ ] Integración completa de red
|
||||||
- [ ] Discovery global (HTTPS API)
|
|
||||||
- [ ] UPnP/NAT-PMP port mapping
|
- [ ] UPnP/NAT-PMP port mapping
|
||||||
|
|
||||||
## Comandos
|
## Comandos
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue