kytos / legacy

Legacy Network Applications (NApps) developed by Kytos team
https://kytos.io/
MIT License
2 stars 6 forks source link

move utility functions from napps to a utility module #248

Open erickvermot opened 7 years ago

erickvermot commented 7 years ago

Some napps have utility functions that may be useful for other napps. We could move these functions to an utility module that could be imported by any napp. ex: emmit_message_event(), etc..

diraol commented 7 years ago

@erickvermot in order to ease the management and also our workflow, it would be better to open more specific issues for each 'module' or 'utility' that need to be moved (currently I think that one issue per NApp with the list of methods that may be moved it would be enough to be better organized).

But lets do this after our 2017.1 release ;)

cemsbr commented 6 years ago

I removed from the milestone because the exact steps are not clear yet.