Hacker News new | ask | show | jobs
by 2Gkashmiri 926 days ago
would you people be interested in opening up the api to connect to third party softwares? i have [gnukhata](https://gnukhata.org/) which is AGPL licensed accounting software and this would be great synergy between local hardware and software.
1 comments

Genuine question: would this software also have to become AGPL licenced, if it's connecting over a network?
Nope. Thats never the case. you'd just open an api which hopefully the devs will make a connector for.
Sorry - what does "open an API mean"?
What I mean is, how would your device send data to a software? Open an api meant this interaction from hardware to mobile or computer is documented somwhere with all parameters and auth tokens and such.
As in call an API via IPC of some sort, e.g. HTTP? I thought that AGPL meant that the copyleftness of the licence would survive that.