Hi,
It showed that with a Fedora 43 minimal install, ports 1984 and 8080
were closed in the firewall.
After opening these ports, my code can also handle remote connections.
I also asked Gemini is there were errors in my code. There were no real
errors but Gemini suggested some improvements. I'll implement them and
hopefully in one of the next few days I'll be able to upload a working
beta version.
Ben
PS. While installing then server, I have been recording all the commands
that were issued on the server. If someone wants to have that file, let
me know.
Op 26-01-2026 om 20:53 schreef Andy Bunce:
Hi Ben,
I can't speak to any C++ issues, but you might check if this is not just
a permissions or network/firewall issue by:
From the BaseX GUI on your laptop, execute:
|client:connect('test-pc', 1984, 'admin', '...') ||(:will return id if can
connect else error :)|
Or from a laptop terminal window
|basexclient -n test-pc -p1984
|
Happy retirement.
/Andy