[protobuf] Best method for "adding" to messages..

2010-03-22 Thread Olan
Hi all, I'm trying to write a protobuf to detect the RSSI values of some wireless stations in the area. I'm having some trouble 'updating' the RSSI value of a station if it has already been seen before. At the minute I'm doing a strcmp of the Station MAC from the message and the MAC retrieved from

[protobuf] Re: Best method for "adding" to messages..

2010-03-31 Thread Olan
Indeed it did Evan, thanks very much! On Mar 22, 8:31 pm, Evan Jones wrote: > On Mar 22, 2010, at 14:00 ,Olanwrote: > > >    const DIDS::Station& station_iter = stationlog.station(k); > > You probably want stationlog.mutable_station(k); > > See: > > http://code.google.com/apis/protocolbuffers/doc

[protobuf] Protobuf on OpenWRT?

2010-04-13 Thread Olan
Hello all, I was just wondering if anyone has any experience with implementing Protocol Buffer on an OpenWRT install? I'm trying to do this myself for a project and would be interested to hear if anyone has succeeded in getting it up and running? Olan -- You received this message becaus