pymodbus-dev / pymodbus

A full modbus protocol written in python
Other
2.16k stars 889 forks source link

Merge new message layer and old framer directory. #2135

Closed janiversen closed 3 months ago

janiversen commented 3 months ago

Now that the message layer have proven itself, and are ready for a deeper integration, it is time to move it to the rightful place.

The old framer files (which are still being used) have been renamed to oldframer.py to make space for the new files.

Applications that have started using "framer=Framer." need to make a change to "framer=FramerType.".

The name of the old framer classes have not changed, and they are still available.

There are no intended functional changes in this PR, just renamings and move around.