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

Support for Ethernet client #69

Open
gannaramu opened this issue Oct 20, 2021 · 3 comments · May be fixed by #70
Open

Support for Ethernet client #69

gannaramu opened this issue Oct 20, 2021 · 3 comments · May be fixed by #70
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@gannaramu
Copy link

is there a possibility that we have an ethernet connection handler? I am working on a project that uses teensy4 and Wiz850 Ethernet module

@per1234
Copy link
Contributor

per1234 commented Oct 20, 2021

Hi @gannaramu. There is a draft proposal for adding such a capability here:
#41

@per1234 per1234 added the type: enhancement Proposed improvement label Oct 20, 2021
@gannaramu
Copy link
Author

gannaramu commented Oct 20, 2021

@per1234 i tried that branch but still no luck. having compiler issues on the Teensy4.0:

In file included from lib\ArduinoBearSSL\src\bearssl\x509_minimal.c:203:0:
C:\Users\ganna\.platformio\packages\framework-arduinoteensy\libraries\Time/time.h:1:2: warning: #warning "Please include TimeLib.h, not Time.h.  Future versions will remove Time.h" [-Wcpp]
 #warning "Please include TimeLib.h, not Time.h.  Future versions will remove Time.h"
  ^
lib\ArduinoBearSSL\src\bearssl\x509_minimal.c: In function 'br_x509_minimal_run':
lib\ArduinoBearSSL\src\bearssl\x509_minimal.c:1403:3: error: unknown type name 'time_t'
   time_t x = time(NULL);
   ^
lib\ArduinoBearSSL\src\bearssl\x509_minimal.c:1403:14: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration]
   time_t x = time(NULL);

Any idea on what could the possible reason?

@gannaramu
Copy link
Author

I guess the above issue was not related to the Arduino Connection handler itself. I was able to fix that issue by replacing time_t with unsigned long

@per1234 per1234 added the topic: code Related to content of the project itself label May 15, 2022
@per1234 per1234 linked a pull request May 15, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants