Commit Graph

127 Commits

Author SHA1 Message Date
MayaTheShy
d63f42f2c1 docs: enhance domain discovery output and reachability probing 2025-11-09 00:22:51 -05:00
MayaTheShy
9edac7186f docs: simplify domain discovery endpoint configuration 2025-11-09 00:22:25 -05:00
MayaTheShy
8eeb718b72 docs: add new endpoint and base URL for domain discovery 2025-11-09 00:19:20 -05:00
MayaTheShy
cb88deb8c0 refactor: remove unnecessary closing of anonymous namespace for cleaner code structure 2025-11-09 00:03:37 -05:00
MayaTheShy
87b8b037ed refactor: close anonymous namespace for better organization 2025-11-09 00:03:27 -05:00
MayaTheShy
99ced4b417 refactor: remove unnecessary closing of anonymous namespace for cleaner code structure 2025-11-09 00:03:14 -05:00
MayaTheShy
bfe98616ad refactor: reorganize includes in DomainDiscovery.cpp and ModelCache.cpp for clarity 2025-11-09 00:02:49 -05:00
MayaTheShy
19a87a95b7 refactor: close anonymous namespace after ensureVersionTable function for better organization 2025-11-09 00:02:08 -05:00
MayaTheShy
7de263af54 refactor: change ensureVersionTable from static to global function for improved accessibility 2025-11-09 00:01:50 -05:00
MayaTheShy
df5a9797fd refactor: move helper functions to anonymous namespace for better encapsulation 2025-11-09 00:01:36 -05:00
MayaTheShy
e9f218d52e refactor: move control bit masks to anonymous namespace for better encapsulation 2025-11-09 00:01:23 -05:00
MayaTheShy
8c11dc9698 refactor: remove unused defaultSocketPath function from StardustBridge 2025-11-09 00:01:11 -05:00
MayaTheShy
0d078e8654 refactor: remove unused defaultSocketPath utility function from StardustBridge 2025-11-09 00:00:58 -05:00
MayaTheShy
3ec860e33d fix: update connect method documentation to clarify socketPath behavior 2025-11-09 00:00:53 -05:00
MayaTheShy
dfb9ed65f9 refactor: reorganize includes and move candidateSocketPaths to anonymous namespace 2025-11-09 00:00:50 -05:00
MayaTheShy
0f0f4d16f4 fix: include iostream for console output in DomainDiscovery.cpp 2025-11-08 23:56:11 -05:00
MayaTheShy
29c9addc2f fix: add verbose logging for domain discovery process 2025-11-08 23:48:33 -05:00
MayaTheShy
092560c780 fix: enhance discovery error messages and usage instructions in main.cpp 2025-11-08 23:46:18 -05:00
MayaTheShy
df98ba714c feat: integrate ModelCache for downloading models from HTTP(S) URLs in setNodeModel 2025-11-08 23:36:19 -05:00
MayaTheShy
55cd190beb feat: add ModelCache for downloading and caching 3D models from URLs 2025-11-08 23:35:41 -05:00
MayaTheShy
a151e8a745 feat: enhance loadBridge function to handle directory paths for bridge library 2025-11-08 22:50:54 -05:00
MayaTheShy
1bf8099aea fix: add warning for null function pointer in setNodeColor 2025-11-08 20:50:22 -05:00
MayaTheShy
1fba4d511b feat: initialize root node with type 0 and zero dimensions to prevent rendering 2025-11-08 20:47:00 -05:00
MayaTheShy
7265c69cad feat: update visual properties for newly created and existing nodes in SceneSync 2025-11-08 20:41:05 -05:00
MayaTheShy
42bd94af7e feat: add function pointers for setting node model, texture, color, dimensions, and entity type 2025-11-08 20:40:30 -05:00
MayaTheShy
c2ee1d49fb feat: implement functions to set node model, texture, color, dimensions, and entity type 2025-11-08 20:40:13 -05:00
MayaTheShy
f26f399054 feat: add function pointers for setting node model, texture, color, dimensions, and entity type 2025-11-08 20:39:57 -05:00
MayaTheShy
f5bc5cd5ed feat: add functions to set visual properties for nodes including model, texture, color, dimensions, and entity type 2025-11-08 20:39:52 -05:00
MayaTheShy
525c068855 feat: enhance simulation mode with diverse demo entities and improved entity parsing 2025-11-08 20:37:25 -05:00
MayaTheShy
29bc7f9e80 feat: add visual properties to OverteEntity structure 2025-11-08 20:36:34 -05:00
MayaTheShy
d4edf031fa feat: enhance entity packet parsing with full property support 2025-11-08 20:16:32 -05:00
MayaTheShy
dc3f3bcaed feat: improved DomainList packet parsing
- Added proper DomainList packet structure parsing
- Extract domain UUID, session UUID, local ID, permissions
- Mark domain as connected when DomainList received
- Added validation for node count to detect format issues
- Prepared for EntityServer endpoint extraction
2025-11-08 20:09:27 -05:00
MayaTheShy
9f3df25625 fix: use correct Overte protocol signature from metaverse API
- Replaced computed MD5 signature with hardcoded common protocol version
- Signature: 6xYA55jcXgPHValo3Ba3/A== (eb1600e798dc5e03c755a968dc16b7fc)
- Discovered from https://mv.overte.org/server/api/v1/places
- Successfully receiving DomainList responses from compatible servers
- Handshake completes successfully with correct protocol version
2025-11-08 20:05:15 -05:00
MayaTheShy
1cf7cf5b0b feat: update default WebSocket URL to active public server for connection 2025-11-08 20:03:29 -05:00
MayaTheShy
49ba367428 feat: update protocol version signature to match Overte server API 2025-11-08 19:59:06 -05:00
MayaTheShy
50c01f54dc feat: add domain reachability probing with environment configuration 2025-11-08 19:22:56 -05:00
MayaTheShy
777ad53126 feat: implement TCP reachability probe for discovered domains 2025-11-08 19:22:23 -05:00
MayaTheShy
71d9bfae7a feat: add necessary includes for TCP probing functionality 2025-11-08 19:22:13 -05:00
MayaTheShy
3b5f0a6c7f feat: add probeDomain function for TCP reachability checks on discovered domains 2025-11-08 19:22:08 -05:00
MayaTheShy
82e7bdaa30 feat: add parseDomainsFromJson function to facilitate domain parsing from JSON 2025-11-08 19:19:39 -05:00
MayaTheShy
97e95890f4 feat: expose parseDomainsFromJson function for testing domain parsing from JSON 2025-11-08 19:18:34 -05:00
MayaTheShy
ecb643910e feat: enhance domain parsing by adding alternative address keys and additional port options 2025-11-08 19:17:20 -05:00
MayaTheShy
6f900bab8c feat: add DiscoveredDomain struct and discoverDomains function for metaverse domain discovery 2025-11-08 19:11:31 -05:00
MayaTheShy
4a53205bad feat: add domain discovery feature to query metaverse directories for public domains 2025-11-08 19:11:23 -05:00
MayaTheShy
5e876f3049 feat: implement domain discovery functionality using libcurl for HTTP GET requests 2025-11-08 19:11:15 -05:00
MayaTheShy
bc6794fec3 fix: update sendDomainConnectRequest to use correct IPv4Protocol tag and enhance protocol signature logging 2025-11-08 19:05:46 -05:00
MayaTheShy
1db969ebe9 fix: update default version for unspecified packet types to match Overte PacketHeaders.cpp 2025-11-08 19:02:53 -05:00
MayaTheShy
3988bf3766 fix: update sendDomainConnectRequest to use correct IPv4Protocol tag in QDataStream format 2025-11-08 19:01:45 -05:00
MayaTheShy
3f2a1a7e3b feat: enhance sendDomainConnectRequest to include local socket details and improve logging of protocol signature 2025-11-08 19:00:12 -05:00
MayaTheShy
ecafe3bec8 feat: update sendDomainConnectRequest to use QUuid and adjust data types for connection parameters 2025-11-08 18:51:45 -05:00