1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 18:08:55 +00:00
gns3-server/gns3server/utils
Julien Duponchelle 67c04a7855
Watch for dynamips rom & nvram change
This monitor for change the file from dynamips by computing a
hash of the watched file.

The way dynamips work prevent the update of the modification time.

We can improve that by using native system for watching file but:
* it's require dependencies specific for each OS
* dependencies use C extensions
* this is only a backup if your router is cleanly shutdown we export
stuff
2016-06-13 15:57:36 +02:00
..
asyncio Detect Wifi adapters on OSX. Fixes #549. 2016-06-10 12:36:41 -06:00
__init__.py Randomize the 4th and 5th bytes when provided with a base mac address. Fixes #522. 2016-05-27 23:00:05 -06:00
file_watcher.py Watch for dynamips rom & nvram change 2016-06-13 15:57:36 +02:00
get_resource.py Fix an error in frozen ressources loading 2015-07-03 20:29:49 +02:00
images.py List images return images on compute and controller 2016-06-08 14:14:03 +02:00
interfaces.py Fixes check for NPF service and add check for NPCAP service on Windows. 2016-05-20 20:19:28 -06:00
path.py Cleanup code for getting the default project directory 2016-05-11 18:42:55 +02:00
telnet_server.py Refactoring to use a common node class for all VMs and other (future) objects. 2016-05-11 11:35:36 -06:00