UDP API Development
Moderator: AniDB
-
- AniDB Staff
- Posts: 379
- Joined: Sun Nov 07, 2004 11:05 am
UDP API Development
Exp has handed the development of the udp server over to me. The first step is to update the api definition, i.e. v.0.03. I thought it would be best to let everyone who cares about the upd server participate in this work. When the spec is final, exp has to approve it before I can implement it.
Current spec (v2):
http://www.anidb.net/wiki/index.php?tit ... Definition
First draft of v3 (add-on to v2):
http://www.anidb.net/wiki/index.php?title=UDP_API_DEV
Feel free to edit these pages. (Only layout / typos in v2, though.) Keep in mind that the udp server is only for retrieving small amounts of data. So what should definitely not be added are ways to download complete dumps of anime/ep/file/mylist/... data. Including everything that chii can do should be ok.
I have also compiled a list of every client registered in this thread. Please do update the status (and other info) for your client. (Keep it simple and mind the current format.)
http://www.anidb.net/wiki/index.php?title=UDP_Clients
Current spec (v2):
http://www.anidb.net/wiki/index.php?tit ... Definition
First draft of v3 (add-on to v2):
http://www.anidb.net/wiki/index.php?title=UDP_API_DEV
Feel free to edit these pages. (Only layout / typos in v2, though.) Keep in mind that the udp server is only for retrieving small amounts of data. So what should definitely not be added are ways to download complete dumps of anime/ep/file/mylist/... data. Including everything that chii can do should be ok.
I have also compiled a list of every client registered in this thread. Please do update the status (and other info) for your client. (Keep it simple and mind the current format.)
http://www.anidb.net/wiki/index.php?title=UDP_Clients
-
- AniDB Staff
- Posts: 438
- Joined: Thu Apr 08, 2004 1:43 am
- Location: Portugal
-
- AniDB Staff
- Posts: 379
- Joined: Sun Nov 07, 2004 11:05 am
a v3 test server is up and running at port 9001.
- protover=2 is still used
- developers must register their clients here before they can access it
i have updated webaom for this ver. (it's possible to access the api directly with it)
it's of course not to late to change stuff in the spec.
- protover=2 is still used
- developers must register their clients here before they can access it
i have updated webaom for this ver. (it's possible to access the api directly with it)
it's of course not to late to change stuff in the spec.
Last edited by epoximator on Tue Jan 24, 2006 3:02 pm, edited 1 time in total.
-
- AniDB Staff
- Posts: 379
- Joined: Sun Nov 07, 2004 11:05 am
-
- AniDB Staff
- Posts: 438
- Joined: Thu Apr 08, 2004 1:43 am
- Location: Portugal
-
- AniDB Staff
- Posts: 379
- Joined: Sun Nov 07, 2004 11:05 am
-
- AniDB Staff
- Posts: 438
- Joined: Thu Apr 08, 2004 1:43 am
- Location: Portugal
lol, thanks man, it helpedepoximator wrote:wiki updated:
http://wiki.anidb.info/w/UDP_API_Definition#General
read the note
thx
-
- AniDB Staff
- Posts: 438
- Joined: Thu Apr 08, 2004 1:43 am
- Location: Portugal
-
- AniDB Staff
- Posts: 379
- Joined: Sun Nov 07, 2004 11:05 am
the latest version (updated today) has some changes in the parsing code. yeah, you could call it a bug... anyway, append a space or make sure that nothing else follows commands without arguments. ('PING' and 'PING ' will work, not 'PING\n'). this will be fixed on next update, back to the old behavior