Skip to content

added support for more than 25 devices

Latest
Compare
Choose a tag to compare
@armzilla armzilla released this 16 Sep 21:47
· 4 commits to master since this release

so good it skipped a version!

change log:

  • require --upnp.config.address= to be specified during startup
  • support more than 25 emulated devices currently set to 75, can be increased at 25 device increments by specifying --emulator.portcount= default is 3 thus 3*25 = 75 total devices. Works by taking emulator.baseport and opening n number of ports sequentially from baseport to baseport+portcount
  • relaxed http response codes to anything in the 200 to less than 300 http response codes to support misbehaving resources

other notes:
Ive seen some folks able to run this but not able to discover devices. I would recommend checking for duplicated devices names as i have seen this to cause the echo to reject all devices. The lazy way would be to delete the /data directory and start over.