EthernetGateway

I’m trying to make the ethernetgateway to work with my vera and was following the instructions on page 1. Unfortunately, I hit a 404 error on the topic “The gateway sketch can be found here:
https://github.com/mysensors/Arduino/tree/master/EthernetGateway”. Anyone who can give me a lead where to find this?

I always access from here MySensors Library | MySensors - Create your own Connected Home Experience

This still seems to be a problem with the Ethernet Gateway in its current form?

Due to this limitation, users may be better off having the Arduino Gateway act as a web server? You would command with GETs or POSTs and receive data in say json.
I'm presuming that the actual constraint is that you can't change the implementation of the gateway on the Arduino... this should be controller independent.

That being the case, I would suppose that a re-implementation using the LuaSocket library can go around the [tt]luup.io.open[/tt] (or, rather, lack of [tt]luup.io.close[/tt] problem.)

Also, does the MQTT gateway approach offer another way around this?

(New to MySensors, so much catching up to be done. Hence the interest in an old post.)