Stream pcap from compute to controller to client

This commit is contained in:
Julien Duponchelle
2016-04-22 16:22:03 +02:00
parent 48e71617d6
commit 1ce576c020
15 changed files with 172 additions and 124 deletions

View File

@ -70,6 +70,13 @@ class Link:
"""
raise NotImplementedError
@asyncio.coroutine
def read_pcap(self):
"""
Return a FileStream of the Pcap from the compute node
"""
raise NotImplementedError
def capture_file_name(self):
"""
:returns: File name for a capture on this link