TODO 742 B

1234567891011121314151617181920
  1. This file serves as brainstorming buffer for ideas to improve and enhance OpENer:
  2. * New Features:
  3. - Implementation of common CIP-objects
  4. - CIP-Sync
  5. - CIP-Motion
  6. * Improvements and Optimizations
  7. - Remove the need for the response buffer in the explicit message handling
  8. (zero copy stack)
  9. - Rework I/O message handling:
  10. - own buffers for each connection that are preconfigured and only runtime
  11. data needs to be changed.
  12. - Rework socket handling
  13. - Use only one single UDP socket for all I/O messages
  14. - may not be possible for point to point consuming connections where
  15. the scanner gives a different port number
  16. - use the registered port number 2222 for all I/O communication