wodar wrote:
> Hi guys, 
> first your work is really great and i am getting everytime i tell somebody 
> about bongo excited.
>
> Now i want to start coding for bongo. Sadly the OpenBSD installation stops 
> cause the python stuff, under OpenBSD there is no lpthread implementation.
>
> But as far as i know most of the agents don't need python and the agents are 
> designed to be distributed over a network. So it would be nice if somebody 
> could point me some documents where i will find information about:
> - how to compile and install only necessary agents
> - how to point the agents to the right store (mabye yet the storelocation is 
> hardcoded?)  
>
> If there is still some work to be done, it would be nice to know where i have 
> to start looking.
>
> bye Dominik
>   

Distributed agents is on the list of things to do.  The agents 
themselves all communicate over TCP so they can reside anywhere, however 
the store address is currently hardcoded to 127.0.0.1 in several 
places.  The idea originally was for us to have agents on startup get 
the information from the manager that started them, though we haven't 
coded that section yet.

This is one place where you can start :)  It will give you a good view 
into how the agents work.

pat
(fatpelt on irc)

_______________________________________________
Bongo-devel mailing list
[email protected]
https://mail.gna.org/listinfo/bongo-devel

Reply via email to