1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 18:08:55 +00:00
gns3-server/gns3server/compute/dynamips
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
..
adapters
nios
nodes Watch for dynamips rom & nvram change 2016-06-13 15:57:36 +02:00
__init__.py Watch for dynamips rom & nvram change 2016-06-13 15:57:36 +02:00
dynamips_device_factory.py
dynamips_error.py Raise an error if image is missing on compute 2016-06-07 15:34:04 +02:00
dynamips_hypervisor.py
dynamips_vm_factory.py
hypervisor.py