Skip to content

Neuron P2P Diagnostics v1.0.0

Choose a tag to compare

@zoperado zoperado released this 09 Oct 13:37

πŸš€ Initial Release - Neuron P2P Diagnostics

Features

  • βœ… Specific port testing with command line arguments
  • βœ… STUN-based NAT type detection with port mapping analysis
  • βœ… Comprehensive firewall blocking detection
  • βœ… Real UDP connectivity testing with echo verification
  • βœ… P2P port range communication testing (61336-61346)
  • βœ… Cross-platform support (Windows, macOS, Linux)

Downloads

  • Windows: network-diagnostics-windows.exe (3.4 MB)
  • macOS: network-diagnostics-macos (3.2 MB)
  • Linux: network-diagnostics-linux (3.2 MB)

Usage

# Test specific port
./network-diagnostics 61340

# Use default port (61336)
./network-diagnostics

Port Mapping Detection

The tool detects when your local port doesn't match your public port, which can cause issues for P2P protocols that expect port preservation.