you are using version 0.4.12.
i updated to this version and im getting now a perfect .bin-File
Best posts made by eBerlin
-
RE: generating binary of DuetWifiSocketServer don't work
Latest posts made by eBerlin
-
RE: Outbound Connections with Duet 2 WiFi
@dc42 i guess, at the end of this year is realistic
best regards
-
Outbound Connections with Duet 2 WiFi
hello dc42,
iam working in a 3d printer manufactory in germany.
we want to use the duet 2 wifi board in the next gen of our printers.we already asked you a while ago:
is it possible to get a new feature in the firmware ?we want to connect the duet board in the home network of the customer. after that, the board should send his status information to our webserver. the websever manages the customer accounts and provides the respective printer status. so the customer can check the print status from "outside" via a website.
we are willing to pay for this funcionality.
best regards
-
RE: Cant build DuetWifiServer
@dc42 said in Cant build DuetWifiServer:
I did an interim 1.22 release to fix a bug. I checked the Expressive SDK at the same time, but unfortunately they haven't yet released a version of the 3.0 SDK that looks easy to integrate int DuetWiFiServer. So I may add the outbound connection support to the existing version.
this would be great
-
RE: Cant build DuetWifiServer
@dc42 is there any news about the release of this feature?
-
RE: Cant build DuetWifiServer
Hello dc42,
Can you say about how long it will take unti the release of an updated version? -
RE: Cant build DuetWifiServer
@dc42
Are so far any progress being made in term of the outbound connection? -
RE: Cant build DuetWifiServer
can you please inform me when you're done?
-
RE: Cant build DuetWifiServer
@dc42
*I defined a message code connCreate in file MessageFormats.h for the Duet to send the WiFi module a command to open a TCP connection with a remote host, however file SocketServer.cpp has this:case NetworkCommand::connCreate: // create a connection
// Not implemented yetSo it would need to be implemented, then the Duet will be able to open remote connections.*
can you show me the message code, that you defined ?
-
RE: how to implement a TCP socket in serverSocket.cpp ?
multiDuetWebmonitor is nice, but it's also cannot connect to the printer over the internet. he can reach the ip , if the PC is in the same network.
the links show tips to connect with VPN. i dont wont to use this way.
i know that the WifiModul on the Duet board is in general able to connect to server outside of the local network. but something in the DuetWifiSocketServer Firmware is blocking this way. i know that, because dc42 told me in a thread, that he does that.
he implemented a TCP socket in the SocketServer.cpp, but i dont know how..this is the best way to connect the printer with the server, because every user can use this without to prepare there router and so on ..