Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"WiConKit/WiConKit.ino:361: undefined reference to `dhcps_set_dns'" #2

Closed
coryjfowler opened this issue Nov 10, 2022 · 4 comments
Closed

Comments

@coryjfowler
Copy link
Contributor

coryjfowler commented Nov 10, 2022

I cannot get past this issue when I try to compile.
The calls to that function are around line 398.
// give DNS servers to AP side
dhcps_set_dns(0, WiFi.dnsIP(0));
dhcps_set_dns(1, WiFi.dnsIP(1));

@ANG13T
Copy link
Owner

ANG13T commented Nov 10, 2022

Fixed by using the ssd1306 library!

@ANG13T ANG13T closed this as completed Nov 10, 2022
@coryjfowler
Copy link
Contributor Author

coryjfowler commented Nov 11, 2022

What would "dhcp_set_dns()", a very TCP/IP sounding function have to do with the OLED display? I beg you to reconsider.

@ANG13T
Copy link
Owner

ANG13T commented Nov 15, 2022

@coryjfowler Whoops. I apologize. I got confused after I read your other issue. The dhcp_set_dns() is one of the setup commands for the FTP Honeypot. The FTP Honeypot functionality of this project is derived from this code: https://github.com/skickar/ESP8266_Router_Honeypot. Could you follow the steps in the "Requirements" section of that repo and get back to me with the results? Thanks!

@ANG13T ANG13T reopened this Nov 15, 2022
@coryjfowler
Copy link
Contributor Author

coryjfowler commented Nov 15, 2022

It appears they have the same issue. I suspect a library has changed somewhere. skickar/ESP8266_Router_Honeypot#3

Closing the issue here as I get the issue when compiling their code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants