comp.lang.ada
 help / color / mirror / Atom feed
* There are some Ada lib for processing bittorrent bencoded files and streams ?
@ 2016-11-15 16:40 Daniel Norte Moraes
  2016-11-15 23:44 ` Luke A. Guest
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Daniel Norte Moraes @ 2016-11-15 16:40 UTC (permalink / raw)


    Hi! 

    I'll Try create a bittorrent client, and now I searching for libs in Ada for
processing and creation of bittorrent bencoded files and streams;

    There are some Ada lib for processing bittorrent bencoded files and streams ?

Thanks in Avance!

[]'s Dani.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: There are some Ada lib for processing bittorrent bencoded files and streams ?
  2016-11-15 16:40 There are some Ada lib for processing bittorrent bencoded files and streams ? Daniel Norte Moraes
@ 2016-11-15 23:44 ` Luke A. Guest
  2016-11-16 12:00 ` pascal.malaise
  2016-11-22 14:29 ` Shark8
  2 siblings, 0 replies; 6+ messages in thread
From: Luke A. Guest @ 2016-11-15 23:44 UTC (permalink / raw)


Daniel Norte Moraes <danielcheagle@gmail.com> wrote:
>     Hi! 
> 
>     I'll Try create a bittorrent client, and now I searching for libs in Ada for
> processing and creation of bittorrent bencoded files and streams;
> 
>     There are some Ada lib for processing bittorrent bencoded files and streams ?



If you're writing a client, why not write that too?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: There are some Ada lib for processing bittorrent bencoded files and streams ?
  2016-11-15 16:40 There are some Ada lib for processing bittorrent bencoded files and streams ? Daniel Norte Moraes
  2016-11-15 23:44 ` Luke A. Guest
@ 2016-11-16 12:00 ` pascal.malaise
  2016-11-16 14:23   ` Daniel Norte Moraes
  2016-11-22 14:29 ` Shark8
  2 siblings, 1 reply; 6+ messages in thread
From: pascal.malaise @ 2016-11-16 12:00 UTC (permalink / raw)


You can have a look at:
http://malaise.hd.free.fr/ada/reposit.tgz bencode.ads and bencode.adb

Because of input/output into XML the lib has many dependancies (including to the C lib http://malaise.hd.free.fr/ada/c.tgz and makefiles), but at least you can find ideas in the source code.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: There are some Ada lib for processing bittorrent bencoded files and streams ?
  2016-11-16 12:00 ` pascal.malaise
@ 2016-11-16 14:23   ` Daniel Norte Moraes
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Norte Moraes @ 2016-11-16 14:23 UTC (permalink / raw)


Em quarta-feira, 16 de novembro de 2016 10:00:14 UTC-2, pascal....@gmail.com  escreveu:
> You can have a look at:
> http://malaise.hd.free.fr/ada/reposit.tgz bencode.ads and bencode.adb
> 
> Because of input/output into XML the lib has many dependancies (including to the C lib http://malaise.hd.free.fr/ada/c.tgz and makefiles), but at least you can find ideas in the source code.

Thanks a Lot! :-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: There are some Ada lib for processing bittorrent bencoded files and streams ?
  2016-11-15 16:40 There are some Ada lib for processing bittorrent bencoded files and streams ? Daniel Norte Moraes
  2016-11-15 23:44 ` Luke A. Guest
  2016-11-16 12:00 ` pascal.malaise
@ 2016-11-22 14:29 ` Shark8
  2016-11-24  1:01   ` Shark8
  2 siblings, 1 reply; 6+ messages in thread
From: Shark8 @ 2016-11-22 14:29 UTC (permalink / raw)


On Tuesday, November 15, 2016 at 9:40:37 AM UTC-7, Daniel Norte Moraes wrote:
> Hi! 
> 
>     I'll Try create a bittorrent client, and now I searching for libs in Ada for
> processing and creation of bittorrent bencoded files and streams;
> 
>     There are some Ada lib for processing bittorrent bencoded files and streams ?
> 
> Thanks in Avance!
> 
> []'s Dani.

I wrote a bencode encoder/decoder a couple of years ago -- I'll have to take a look at my archives to see if I still have a copy.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: There are some Ada lib for processing bittorrent bencoded files and streams ?
  2016-11-22 14:29 ` Shark8
@ 2016-11-24  1:01   ` Shark8
  0 siblings, 0 replies; 6+ messages in thread
From: Shark8 @ 2016-11-24  1:01 UTC (permalink / raw)


Well, here it is -- it and the 'shell' I was going to use for a torrent client.

https://github.com/OneWingedShark/IkaMo

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-11-24  1:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-15 16:40 There are some Ada lib for processing bittorrent bencoded files and streams ? Daniel Norte Moraes
2016-11-15 23:44 ` Luke A. Guest
2016-11-16 12:00 ` pascal.malaise
2016-11-16 14:23   ` Daniel Norte Moraes
2016-11-22 14:29 ` Shark8
2016-11-24  1:01   ` Shark8

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox