Sensebender ethernet gateway success with help.
Was unable to connect sensebender to Windows 11.
Using a suggesetions and assistance by tbowmo
(you could boot linux off a usb, and check there..)
I used an old rasberry pi with Arduino ide to connect and load the sketch, loaded
Mysensors SAMD and Arduino SAMD board profiles, inital compile errors (clinent.h) but recified this with the help of comments by
bjornhallberg (Sensebender Gateway sketch from 2.3.2 with MySensors SAMD Boards 1.0.6 does not compile with Arduino SAMD Boards 1.8.9. Rolling back to Arduino SAMD Boards 1.8.8).
Used the standard ethernet gateway sketch that I am using with my unsecured nano ethernet gateway. Only changed the ip address and #define MY_RF24_CHANNEL to another channel for this second gateway.
I have not setup signing yet, but that is my intention for my sensebender gateway now the basics are working.