Code Monkey home page Code Monkey logo

Comments (8)

marvinroger avatar marvinroger commented on May 18, 2024 1

Awesome, thanks to both of you. :)

from espasynctcp.

me-no-dev avatar me-no-dev commented on May 18, 2024

I surely do not mind at all, but I am not a platformio user, so can you please point me in a direction where I can read on what needs to be done for the lib to be supported?

from espasynctcp.

marvinroger avatar marvinroger commented on May 18, 2024

Sure, just add a library.json file to the root of the repo:

{
  "name": "ESPAsyncTCP",
  "keywords": "async, tcp, esp8266, esp32, client, server",
  "description": "Async TCP Library for ESP8266 Arduino",
  "authors":
  {
    "name": "<Your name>"
  },
  "repository":
  {
    "type": "git",
    "url": "https://github.com/me-no-dev/ESPAsyncTCP.git"
  },
  "frameworks": "arduino",
  "platforms": "espressif"
}

Then you just need to run platformio lib register [HTTP_URL_TO_LIBRARY.JSON], and the crawler will automatically update the library on the registry whenever you push new commits, so once registered this is completely transparent.

I guess @ivankravets might even register the library for us. 😃

from espasynctcp.

me-no-dev avatar me-no-dev commented on May 18, 2024

OK I created the json :) I guess I need platformio to platformio lib register [HTTP_URL_TO_LIBRARY.JSON] ? Could you do that since you have it installed and the jsons are already in the repositories for both ESPAsyncTCP and ESPAsyncWebServer?

from espasynctcp.

marvinroger avatar marvinroger commented on May 18, 2024

Well, to be honest I don't have it installed either, but I had a lot of requests asking me to put my own library on the registry. Ivan is the creator of PlatformIO, so he will probably run the appropriate commands to register both libs. ;)

from espasynctcp.

ivankravets avatar ivankravets commented on May 18, 2024

Hello from @platformio!

Done! http://platformio.org/lib/show/305/ESPAsyncTCP

Happy Coding! 😊

from espasynctcp.

me-no-dev avatar me-no-dev commented on May 18, 2024

@ivankravets any chance you add https://raw.githubusercontent.com/me-no-dev/ESPAsyncWebServer/master/library.json to the mix as well? Thank you

from espasynctcp.

ivankravets avatar ivankravets commented on May 18, 2024

@me-no-dev

http://platformio.org/lib/show/306/ESPAsyncWebServer

Done! 👍 Thanks!

from espasynctcp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.