Resonance-SDN / pyresonance

Resonance implementation in Pyretic
26 stars 20 forks source link

Add state querying functionality #3

Closed hyojoonkim closed 11 years ago

hyojoonkim commented 11 years ago

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.

hyojoonkim commented 11 years ago

Done.