Commit Graph

460 Commits

Author SHA1 Message Date
MayaTheShy
ab53a5e2c4 fix: correct handling of domain local ID to read directly in little-endian format 2025-11-10 00:32:58 -05:00
MayaTheShy
8faa0e6f85 docs: add detailed investigation of Overte network protocol and socket behavior 2025-11-10 00:28:14 -05:00
MayaTheShy
402ad4c1e2 docs: update implementation summary to include domain connection and packet protocol details 2025-11-10 00:26:47 -05:00
MayaTheShy
7eb22af447 fix: update sendDomainConnectRequest to include socket type for public and local sockets 2025-11-10 00:16:12 -05:00
MayaTheShy
0e96376ac8 fix: update sendDomainConnectRequest to use actual IPv4 address and port for public and local sockets 2025-11-10 00:15:20 -05:00
MayaTheShy
dce1f9588c feat: add support for numbered socket paths in candidateSocketPaths function 2025-11-10 00:15:13 -05:00
MayaTheShy
606a519e8d fix: update DomainConnectRequest to use null address and port for public and local sockets 2025-11-10 00:09:04 -05:00
MayaTheShy
e5d8dd54b9 fix: remove socket type byte from DomainConnectRequest for public and local sockets 2025-11-10 00:08:05 -05:00
MayaTheShy
d14f50d356 fix: ensure DomainConnectRequest does not include source ID before local ID is assigned 2025-11-10 00:05:22 -05:00
MayaTheShy
d507902a73 fix: avoid setting source ID in DomainConnectRequest before local ID is assigned
Some checks failed
CI / build-and-test (push) Has been cancelled
2025-11-09 23:58:59 -05:00
MayaTheShy
fe81c69e1a feat: implement non-blocking UDP packet reception in OverteClient::poll method 2025-11-09 23:57:51 -05:00
MayaTheShy
67026a7f68 feat: handle socket binding to 0.0.0.0 by using localhost address in DomainConnectRequest 2025-11-09 23:55:21 -05:00
MayaTheShy
371efa282c feat: bind UDP socket to any local address/port and log local address in DomainConnectRequest 2025-11-09 23:53:42 -05:00
MayaTheShy
fef8dd47bc feat: add debug logging for ping packet in sendPing method 2025-11-09 23:49:38 -05:00
MayaTheShy
4e39b523e0 fix: write source ID in little-endian format in NLPacket::writeHeader 2025-11-09 23:49:34 -05:00
MayaTheShy
27a6f493f7 feat: add logging for periodic ping in OverteClient poll method 2025-11-09 23:43:31 -05:00
MayaTheShy
2a1ab5a8f4 feat: add handlePing method for processing Ping payloads in domain communication 2025-11-09 23:40:17 -05:00
MayaTheShy
cd4fc97730 feat: implement handlePing method to process Ping packets and send PingReply 2025-11-09 23:40:07 -05:00
MayaTheShy
acd2257961 feat: implement handling of Ping packets in domain packet parsing 2025-11-09 23:39:50 -05:00
MayaTheShy
29cbb0e398 feat: enhance version table initialization to support multiple directory paths for PacketHeaders.h 2025-11-09 23:37:18 -05:00
MayaTheShy
bc4dc7e3fb feat: implement sendACK method for sending acknowledgment packets in domain communication 2025-11-09 23:36:26 -05:00
MayaTheShy
5ba6b2f5a3 feat: add sendACK method for handling acknowledgment in domain communication 2025-11-09 23:30:56 -05:00
MayaTheShy
2a06f0ba9e feat: enhance domain packet parsing to handle control packets and send ACK for reliable packets 2025-11-09 23:30:47 -05:00
MayaTheShy
8cda3b5890 feat: update domain handshake process and system info format to match official client 2025-11-09 23:28:41 -05:00
MayaTheShy
52d3e828c1 feat: update Avatar Mixer connection logic to use known address and correct node type for clients 2025-11-09 23:11:38 -05:00
MayaTheShy
fbaac10296 feat: periodically send AvatarQuery every 5 seconds for avatar updates 2025-11-09 23:05:40 -05:00
MayaTheShy
cdbe32f809 feat: send AvatarQuery to request all avatars in the domain upon domain list reply 2025-11-09 23:05:29 -05:00
MayaTheShy
f96a9b26c1 feat: implement sendAvatarQuery to request all avatars from Avatar Mixer 2025-11-09 23:05:24 -05:00
MayaTheShy
20eba533d0 feat: enhance packet logging by including source address and port in received domain packet logs 2025-11-09 23:04:54 -05:00
MayaTheShy
f36a07f568 feat: enhance logging for AvatarIdentity and AvatarData packet sending with version details 2025-11-09 23:02:08 -05:00
MayaTheShy
3435666812 feat: update AvatarIdentity and AvatarData packet creation to use correct packet version 2025-11-09 23:00:34 -05:00
MayaTheShy
89bffe11c7 feat: send avatar data to Avatar Mixer every 100ms when connected 2025-11-09 22:48:58 -05:00
MayaTheShy
ccfe66969d feat: add temporary hack to connect to Avatar Mixer using known port if not found 2025-11-09 22:47:45 -05:00
MayaTheShy
bc3dcf6bc9 feat: add quaternion header for enhanced 3D transformations 2025-11-09 22:45:40 -05:00
MayaTheShy
2166ca9062 feat: implement Avatar Mixer protocol with identity and data sending functions 2025-11-09 22:45:00 -05:00
MayaTheShy
08f57f2a8e feat: enhance packet handling by adding support for AvatarMixer and related data processing 2025-11-09 22:44:13 -05:00
MayaTheShy
ad06e13768 feat: enhance EntityQuery process by dynamically setting EntityServer address and port 2025-11-09 22:34:11 -05:00
MayaTheShy
4afbc0cc12 feat: update domain list handling to improve EntityServer query process 2025-11-09 22:33:08 -05:00
MayaTheShy
98b3cc30b7 feat: enhance domain list handling by interpreting potential count fields and updating request logic 2025-11-09 22:24:28 -05:00
MayaTheShy
04be1abb6b feat: update EntityQuery broadcasting to discover EntityServer with a defined port range 2025-11-09 22:17:40 -05:00
MayaTheShy
c0411e4879 feat: prevent deadlock by deferring root node creation during StardustBridge connection 2025-11-09 22:10:44 -05:00
MayaTheShy
483d21e54c feat: enhance connection logging in StardustBridge with root node creation messages 2025-11-09 22:07:44 -05:00
MayaTheShy
d50649502f feat: update EntityServer discovery method to broadcast EntityQuery to common ports 2025-11-09 22:07:09 -05:00
MayaTheShy
02057c85b7 feat: add logging for potential count fields in domain list reply handling 2025-11-09 22:04:49 -05:00
MayaTheShy
4a91079ce9 feat: ensure stdout is flushed after StardustXR connection message 2025-11-09 22:01:02 -05:00
MayaTheShy
c2b77452a8 feat: implement fallback to hardcoded EntityServer port 48247 in domain list reply handling 2025-11-09 22:00:01 -05:00
MayaTheShy
43d08904e7 feat: change computeProtocolVersionSignature method to NLPacket class 2025-11-09 21:54:56 -05:00
MayaTheShy
4c563d96a7 feat: remove debug logging for protocol version signature computation 2025-11-09 21:54:28 -05:00
MayaTheShy
23fb653979 feat: update protocol version signature to match expected AUR package format and add debug logging 2025-11-09 21:53:44 -05:00
MayaTheShy
7d55c0414d feat: add log message for successful StardustXR connection before Overte setup 2025-11-09 21:41:04 -05:00