Search found 6 matches

by TheSpawn
Thu May 18, 2006 10:43 am
Forum: Development
Topic: UDP API Clients
Replies: 74
Views: 87102

So, i'm writing a client. User: thespawn Name: anidbinfo targ: Windows ALL, Perhaps and Linux too. lang: C# (MS VS 2005). func: now it's only info about anime, but perhaps i will do mylist editing etc cont: at this moment you can only contact with me by e-mail: spawnp <at> gmail <dot> com Date of fi...
by TheSpawn
Thu May 18, 2006 10:03 am
Forum: Development
Topic: UDP API Development
Replies: 24
Views: 17429

Big thanks, problem was resolve.
I have not enough practice in Socket programming, but trying to understand it.

So, I'm sorry for my bad English, because, as you can see, I'm not from UK or USA.
by TheSpawn
Thu May 18, 2006 9:45 am
Forum: Development
Topic: UDP API Development
Replies: 24
Views: 17429

So, i have one problem. To Login I'm creating connection throw UDPClient. connector = New Net.Sockets.UdpClient Then I'm connecting connector connector.Connect("api.anidb.info", 9000) After that sending AUTH connector.Send(msg, msg.Length) String of AUTH to send - AUTH user=" & LC...
by TheSpawn
Thu May 11, 2006 6:42 pm
Forum: Development
Topic: UDP API Development
Replies: 24
Views: 17429

I have one problem. After 5 minute of programming and testing connection to api.anidb.info I was banned... so can you create additional type of connection ? Perhaps on port 9001, where i would n't be banned, but this message will be received.
by TheSpawn
Tue May 09, 2006 12:45 pm
Forum: Client Discussion
Topic: Access to AnimeInfo from client
Replies: 2
Views: 1090

arigatou
by TheSpawn
Tue May 09, 2006 8:21 am
Forum: Client Discussion
Topic: Access to AnimeInfo from client
Replies: 2
Views: 1090

Access to AnimeInfo from client

Hi there.
As I know, that clients, that was create just for Anime List changing.
I want to create Client that will be show information about anime from you database.
So, how I can do that ? Parse HTML, or you have any API ?