Skip to content

Compatibility with arduino uIP#67

Open
DrBomb wants to merge 1 commit intomarcoschwartz:masterfrom
DrBomb:patch-1
Open

Compatibility with arduino uIP#67
DrBomb wants to merge 1 commit intomarcoschwartz:masterfrom
DrBomb:patch-1

Conversation

@DrBomb
Copy link
Copy Markdown

@DrBomb DrBomb commented Sep 16, 2015

Arduino uIP is a drop-in library for boards based on the ENC28J60. It has the same API as the ethernet.h.
Ethernet example worked flawlessly after adding. Will continue testing.

capture

Arduino uIP is a drop-in library for boards based on the ENC28J60. It has the same API as the ethernet.h.
Ethernet example worked flawlessly after adding. Will continue testing.
@DrBomb
Copy link
Copy Markdown
Author

DrBomb commented Sep 16, 2015

Might have to note that it's a bit unstable, only aREST needs to be included because any other library makes the GET requests fail silently

@marcoschwartz
Copy link
Copy Markdown
Owner

Hi DrBomb, can you explain more what are the enhancements that the uIP library brings ?

@harishperla09
Copy link
Copy Markdown

Dear sir,

provide me arduino code to control a robot using esp8266 as an access point

@tobiasvogel
Copy link
Copy Markdown

I would suggest extending the existing preprocessor macro instead of just duplicating code:

576c576
< #elif defined(ethernet_h_)
---
> #elif defined(ethernet_h_) || defined(UIPETHERNET_H)
1554c1554
<   #if defined(ADAFRUIT_CC3000_H) || defined(ESP8266) || defined(ethernet_h_) || defined(WiFi_h)
---
>   #if defined(ADAFRUIT_CC3000_H) || defined(ESP8266) || defined(ethernet_h_) || defined(UIPETHERNET_H) || defined(WiFi_h)

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

Successfully merging this pull request may close these issues.

4 participants