@Name:Streaming Transmission Module for Floodlight Controller
@Description:With a RestAPI, this module will phrase json sent by POST, and sends a TCP message to the source device to tell it to send udp video streaming to the destation.
@authors:Vincent Wu(wjr930914@gmail.com) from UESTC
@authors: Ming Li from UESTC
@authors: Wanbin Sun from UESTC
@Pay Attention: In src/main/resources/floodlightdefault.properties, the attribute net.floodlightcontroller.statistics.StatisticsCollector.enable must be set as true if it is set as false. Remember: Using root mode to run HTTP_TO_UDP_SERVER @From UESTC