edvm / pysenteishon

Control your presentations swiping your touchscreen!
GNU General Public License v3.0
49 stars 16 forks source link

Reportar en consola en que ip esta escuchando pysenteishon #37

Closed edvm closed 7 years ago

edvm commented 7 years ago

Por ejemplo: print('Connect your smartphone web browser to:') for iface in get_network_interface_list(): print("http://{}:{} - {}".format( iface['addresses'][0], args.port, iface['name']))