README
Upload User: sy_wanhua
Upload Date: 2013-07-25
Package Size: 3048k
Code Size: 1k
Category:

Streaming_Mpeg4

Development Platform:

C/C++

  1. code generation package for the MGCP interface layer.
  2. Licensing:
  3. For information about licensing, please see the LICENSE file in this
  4. directory, or http://www.vovida.org/license.html .
  5. Todo:
  6. add API for the networking (who do you pass a port and IP address to)?
  7. agent/gateway object has a sendto method -- which sends the object to
  8. that device.
  9. threading model and interactions for the networking model.
  10. event handling
  11. DONE:  think about how events are handled in the sense of how to they
  12.         contain other events (e.g. what are the relationships between events?)
  13. endpoints and connections -- no classes -- just message based at this
  14. level.
  15. would a gateway connect to more than one agent?
  16.  -- look at switchover
  17. sample code.
  18. Need support for (a) the fact that Notify originates on the Mg, not
  19. Mgc, side, as well as the dual nature of DeleteConnection .
  20. add stuff for restartInProgress
  21. DONE: add the ability to comment the configuration files (using # on the
  22.       first column)