NCD_Ethernet_Overlay (community library)

Summary

Name Value
Name NCD_Ethernet_Overlay
Version 1.0.1
Installs 3410
License MIT
Author Travis Elliott w NCD.io
URL the URL of the project, like https://github.com/mygithub_user/my_repo
Repository https://github.com/ControlEverythingCom/Wiznet-W5500-Particle
Download .tar.gz
All Versions 1.0.1, 1.0.0

Library for use with NCD Particle Ethernet Overlay. This library allows user applications to communicate over the network via Ethernet. It is built upon Wiznet's libraries for the Wiznet W5500. Does not currently support Particle cloud communication via Ethernet.

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

NCD_Ethernet_Overlay

A Particle library for the NCD Particle Ethernet Overlay shield. Buy the Ethernet Overlay and see more at https://NCD.io

Usage

TODO: Fill in information on hardware usage.

Documentation

TODO: Describe NCD_Ethernet_Overlay

Contributing

Here's how you can make changes to this library and eventually contribute those changes back.

To get started, clone the library from GitHub to your local machine.

Change the name of the library in library.properties to something different. You can add your name at then end.

Modify the sources in and with the new behavior.

To compile an example, use particle compile examples/usage command in Particle CLI or use our Desktop IDE.

After your changes are done you can upload them with particle library upload or Upload command in the IDE. This will create a private (only visible by you) library that you can use in other projects. Do particle library add NCD_Ethernet_Overlay_myname to add the library to a project on your machine or add the NCD_Ethernet_Overlay_myname library to a project on the Web IDE or Desktop IDE.

At this point, you can create a GitHub pull request with your changes to the original library.

If you wish to make your library public, use particle library publish or Publish command.

LICENSE

Copyright 2017 Travis Elliott

Licensed under the license

Browse Library Files