Hacker News new | past | comments | ask | show | jobs | submit login

Not to diminish the legacy of curl, but wget exists as well, right? Pretty sure a lot of machines use wget instead of curl.



wget is fine for downloading stuff, but I'm not sure how common its use for IoT is. curl has two distinct advantages:

- a library which can be linked to the application, i.e. one doesn't need to do the expensive fork()/exec[v[p[e]]]() dance and

- documentation: most cloud services offer examples using curl for their API. It takes some additional mental work to translate those into wget syntax.


libcurl is used in way, way more than just the curl(1) program.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: