Jas
Jas
Hey, is anybody work over it, or can I start working?
Interested to work over this!
@chrisdutz Thank you for the warm welcome, Chris! Yes, you understood correctly - I'm currently implementing the core types manually to better understand the protocol intricacies and establish a solid...
@chrisdutz Thanks Chris! Happy to help you get started with Rust too. The s7.mspec is really helpful - I'll make sure my Rust structs follow these definitions closely. Makes sense...
@chrisdutz I've made some changes: 1. Is the alignment with s7.mspec correct, I mean, for parameter types? 2. Are there any protocol features missing from this initial implementation? 3. Is...
@chrisdutz Hey Chris, Added the initial SPI layer with a basic TCP transport implementation. Kept it focused for now: 1. Transport trait with connect/read/write/close 2. TCP implementation with retry support...
@chrisdutz No worries at all about the timing, Chris! Enjoy the music festival and your remaining sabbatical time. While you're away, I'll focus on: 1. Implementing UDP transport following the...
@chrisdutz Thanks for the feedback! I've made all the changes you requested: 1. Renamed the directory to `plc4rs` and removed the old `plc4x-rust` directory 2. Added Apache license headers to...
@kou I've made all the changes asked.
@kou Thank you. I have: 1. Removed the duplicate test 2. Moved the unique tests to `test_general.rb` 3. Fixed the misnamed test 4. Deleted the separate test file