gns3-registry/appliances/ostinato.gns3a

44 lines
1.6 KiB
Plaintext
Raw Normal View History

2015-08-27 17:12:16 +00:00
{
2016-01-03 17:42:47 +00:00
"name": "Ostinato",
2015-08-27 17:12:16 +00:00
"category": "guest",
"description": "Ostinato is an open-source, cross-platform network packet crafter/traffic generator and analyzer with a friendly GUI. Craft and send packets of several streams with different protocols at different rates.",
2016-01-03 17:42:47 +00:00
"vendor_name": "Ostinato",
"vendor_url": "http://ostinato.org/",
"documentation_url": "http://ostinato.org/docs.html",
"product_name": "Ostinato",
"product_url": "http://ostinato.org/",
"registry_version": 1,
2015-09-02 10:10:31 +00:00
"status": "experimental",
2016-01-03 17:42:47 +00:00
"maintainer": "Bernhard Ehlers",
2015-08-27 17:12:16 +00:00
"maintainer_email": "be@bernhard-ehlers.de",
2016-01-03 17:42:47 +00:00
"usage": "Use interfaces starting with eth1 as traffic interfaces, eth0 is only for the (optional) management of the server/drone.",
2016-01-07 17:17:59 +00:00
"symbol": "ostinato-3d-icon.svg",
2016-01-03 17:42:47 +00:00
"port_name_format": "eth{0}",
2015-08-27 17:12:16 +00:00
"qemu": {
"adapter_type": "e1000",
2016-01-03 17:42:47 +00:00
"adapters": 4,
"ram": 256,
2015-08-27 17:12:16 +00:00
"arch": "i386",
2016-01-03 17:42:47 +00:00
"console_type": "vnc",
"options": "-vga std -usbdevice tablet"
2015-08-27 17:12:16 +00:00
},
2016-01-03 17:42:47 +00:00
"images": [
2015-08-27 17:12:16 +00:00
{
2016-01-03 17:42:47 +00:00
"filename": "ostinato-0.7.1-2.qcow2",
"version": "0.7.1",
2016-01-04 14:45:18 +00:00
"md5sum": "68895c56addf4a9ce0f2db9c9ed288d2",
2016-01-03 17:42:47 +00:00
"filesize": 56295424,
"download_url": "http://www.bernhard-ehlers.de/projects/ostinato4gns3/index.html",
"direct_download_url": "http://www.bernhard-ehlers.de/projects/ostinato4gns3/ostinato-0.7.1-2.qcow2"
2015-08-27 17:12:16 +00:00
}
],
"versions": [
{
2016-01-03 17:42:47 +00:00
"name": "0.7.1",
2015-08-27 17:12:16 +00:00
"images": {
2016-01-03 17:42:47 +00:00
"hda_disk_image": "ostinato-0.7.1-2.qcow2"
2015-08-27 17:12:16 +00:00
}
}
]
}