offbynull / portmapper

Java library that maps ports on NAT-enabled routers (supported protocols: UPnP-IGD/NAT-PMP/PCP).
Apache License 2.0
88 stars 17 forks source link

UPNP-IGD - Replace javax.xml.soap generation/parsing with manual text parsing #1

Closed offbynull closed 8 years ago

offbynull commented 9 years ago

Open questions:

  1. Should use US-ASCII/UTF-8 for all parsing? regardless of what XML header states?
  2. Should use regex to parse information out of response? or maybe just basic text search? (android supports, but javame8 doesn't)
offbynull commented 8 years ago

Done and tested, but not integrated.

To integrate, need to revamp NIO communication portal.