Re: Some where is the implementation ?

2004-12-02 Thread Stipe Tolj
Oscar Medina Duarte wrote:
Hello, 

Just with a simple fast question for the proper guy to answer:
Where is the implementation of :
encode_network_long(char *, long int)
thank's to all !
hmmm... not very tricky to find, simply use a recursive search, and you'll find 
the implementation at gwlib/utils.c:740

PS> Just to let you know, I'm writing a spec of the current Kannel box
protocol to allow programmers in other langs (like java) to connect to
kannel as a box.
ok, interesting. What kind of spec will it be?
@Alex: what about the python interface Centrium build for Kannel interfacing? 
Was it something similiar?

Stipe
mailto:stolj_{at}_wapme.de
---
Wapme Systems AG
Vogelsanger Weg 80
40470 Düsseldorf, NRW, Germany
phone: +49.211.74845.0
fax: +49.211.74845.299
mailto:info_{at}_wapme-systems.de
http://www.wapme-systems.de/
---


Re: Some where is the implementation ?

2004-12-02 Thread Oscar Medina Duarte
Hi Stipe !

Thanx! I was searching in the wrong place jeje :).

> > PS> Just to let you know, I'm writing a spec of the current Kannel box
> > protocol to allow programmers in other langs (like java) to connect to
> > kannel as a box.
> 
> ok, interesting. What kind of spec will it be?
> 

Will be an explanation of how the packages between boxes are coded
(BNF), their meaning, how to use them, creation of a java API to
read/write this kind of packages, a small testing jsmsbox, and some
other work that I may not be allowed to release until some time. The API
will definitely be OpenSource any way.

This whole work should be finished until next Summer, it is part of my
thesis work.
In it, I will probably release some recommendations to make current
protocol more correct, efficient, and feature enabled.





Re: Some where is the implementation ?

2004-12-03 Thread Alexander Malysh
Stipe Tolj wrote:

> Oscar Medina Duarte wrote:
> 
>> Hello,
>> 
>> Just with a simple fast question for the proper guy to answer:
>> 
>> Where is the implementation of :
>> 
>> encode_network_long(char *, long int)
>> 
>> thank's to all !
> 
> hmmm... not very tricky to find, simply use a recursive search, and you'll
> find the implementation at gwlib/utils.c:740
> 
>> PS> Just to let you know, I'm writing a spec of the current Kannel box
>> protocol to allow programmers in other langs (like java) to connect to
>> kannel as a box.
> 
> ok, interesting. What kind of spec will it be?
> 
> @Alex: what about the python interface Centrium build for Kannel
> interfacing? Was it something similiar?

hmm, I don't know any python interface that was done by centrium...

> 
> Stipe
> 
> mailto:stolj_{at}_wapme.de
> ---
> Wapme Systems AG
> 
> Vogelsanger Weg 80
> 40470 Düsseldorf, NRW, Germany
> 
> phone: +49.211.74845.0
> fax: +49.211.74845.299
> 
> mailto:info_{at}_wapme-systems.de
> http://www.wapme-systems.de/
> ---

-- 
Thanks,
Alex