OpENer icon indicating copy to clipboard operation
OpENer copied to clipboard

OpENer is an EtherNet/IP stack for I/O adapter devices. It supports multiple I/O and explicit connections and includes objects and services for making EtherNet/IP-compliant products as defined in the...

Results 69 OpENer issues
Sort by recently updated
recently updated
newest added

Accept the first consumed sequence number without comparing it to 0. ODVA CT18.1 will send sequence numbers that starts at 0x80000000, which will not pass SEQ_GT32 when compared to 0....

Hi, I'm wondering why in the following code there will be an error returned if one has registered multiple listen only connections using the same output assembly for the heartbeat....

This is a refactor of GetInputOnlyConnection() and GetListenOnlyConnection() to support multiple input-only and listen-only connections. E.g., when setting up heartbeat (here assembly 254) connections in both directions: ConfigureInputOnlyConnectionPoint(0, 101, 254,...

Shouldn't [this line](https://github.com/EIPStackGroup/OpENer/blob/cef2833fcf2ea9fda68f85c4638429956128daf5/source/src/cip/cipqos.c#L75) be: ```c const EipUint8 ** cip_message = &message_router_request->data; ``` instead of: ```c const EipUint8 ** cip_message = message_router_request->data; ``` Additionally, the same case for [this line](https://github.com/EIPStackGroup/OpENer/blob/cef2833fcf2ea9fda68f85c4638429956128daf5/source/src/cip/cipcommon.c#L967) Thanks,...

Hi, I am using OpENer to connect to an ADFWeb ethernet/ip module. In general this works fine. I do have random interruptions in the communication however. A typical sample is...

Added a global UDP socket for io messaging to g_network_status CreateUdpSocket is called once in OpenCommunicationChannels CloseUdpSocket is called once in CloseCommunicationChannelsAndRemoveFromActiveConnectionsList CreateUdpSocket adapted parameters removed, open the global socket,...

Updated pull request to master, a066b34, addressing VS and some GCC compiler warnings.

I have been using OpENer for a few weeks and I have a single instance in Linux communicating with a scanner on another PC. I now need to scale up...

Hi, I'm testing OpENer in CT18, and one of problems is that Electronic Key Format 4 is not being verified in Unconnected Message Manager requests, others requests seems fine I'm...

bug

I've noticed there are several types of memory buffers used to store raw, serialized data either received from the network or being encoded for transmission onto the network. Some examples...