Resonance-SDN/pyresonance

Add state querying functionality

Closed this issue · 1 comments

Make a handler in PyResonance that will receive request asking for state information for a specific flow. The handler should return (or print) the state information of the given specific flow from each module.

Request is sent via the JSON sender.

Done.