GlodBlock / ExtendedAE

add a pattern provider with 36 slots for AE2
GNU Lesser General Public License v3.0
24 stars 21 forks source link

P2P connections are not shown with Network Analyzer #108

Closed andriihorpenko closed 3 months ago

andriihorpenko commented 3 months ago

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. https://github.com/GlodBlock/ExtendedAE/blob/f5b077fc8be985cef4031c23164b213aff3598ac/src/main/java/com/glodblock/github/ae2netanalyser/common/items/ItemNetworkAnalyser.java#L234 This, in turn, makes this statement return false. https://github.com/GlodBlock/ExtendedAE/blob/f5b077fc8be985cef4031c23164b213aff3598ac/src/main/java/com/glodblock/github/ae2netanalyser/common/items/ItemNetworkAnalyser.java#L195

Screenshot

Full mode selected, P2P connection established via Memory Card

Screenshot 2024-03-26 at 03 16 32
andriihorpenko commented 3 months ago

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?

GlodBlock commented 3 months ago

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

andriihorpenko commented 3 months ago

That is great! Thanks for a quick answer.