Applied Flux

Applied Flux

9M Downloads

P2P connections are not shown with Network Analyzer

andriihorpenko opened this issue ยท 3 comments

commented

Description

P2P connections are not showing up in any available mode of the Network Analyzer.
I did some debugging, seems like the Tunnel is not an in world node, hence, wrapGridNode returns null.


This, in turn, makes this statement return false.
if (a != null && b != null && !Objects.equals(a, b)) {

Screenshot

Full mode selected, P2P connection established via Memory Card
Screenshot 2024-03-26 at 03 16 32

commented

If I get it right, this feature works only with ME P2P Tunnel according to the guide. Isn't it possible to support other Tunnel types?

commented

it is desgined for me p2p only for now. i am working on another tool for all types p2p display https://github.com/GlodBlock/ExtendedAE/tree/analyser/p2p-wip

commented

That is great! Thanks for a quick answer.