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