Open GoogleCodeExporter opened 8 years ago
I'm attaching a proto file specifying message formats for notifications and
commands. Message delimitation and encryption could be handled sending two
proto varint32 before each message, one specifying the length of the protobuf
message and another specifying if the message is encrypted.
Original comment by lehph...@gmail.com
on 22 Sep 2010 at 4:02
Attachments:
Ok, some perliminary comments on the proto file:
- device ID should be a fixed32
- notification ID should be a fixed32
- use a MessageSet for notification-type-specific and command-type-specific
data (keep description since it's generic, but the battery data should go
there, for instance - same about caller ID data
Original comment by rdamazio@gmail.com
on 24 Sep 2010 at 6:03
What is MessageSet? You mean message_set_wire_format?
I think description should be required and we could add a notification image
and title to allow customization by third-party apps and sending contact
picture on phone calls and sms messages.
Original comment by lehph...@gmail.com
on 24 Sep 2010 at 6:15
Here is the updated proto file:
http://code.google.com/p/android-notifier/source/browse/trunk/MultiDroidNotifier
/src/main/protobuf/android-notifier.proto
Original comment by lehph...@gmail.com
on 28 Sep 2010 at 2:47
Committed to svn protobuf parser and a parser (MultiNotificationParser) that
knows how to handle text and protobuf messages.
Original comment by lehph...@gmail.com
on 30 Sep 2010 at 3:35
Leandro, will you be so kind as to add the Mac binary for protoc with the
appropriate rule to use it instead of the windows version when on a mac? It's
attached.
I can also generate the linux version if you wish.
Original comment by rdamazio@gmail.com
on 30 Sep 2010 at 5:21
Attachments:
Committed to svn, if it's easy for you to compile linux protoc, please do. I
can compile it tonight if you don't.
Original comment by lehph...@gmail.com
on 30 Sep 2010 at 5:54
Just to let you know, ProtobufNotificationParserTest has an implementation of
writing a notification using CodedOutputStream that could be used in the
android app.
Original comment by lehph...@gmail.com
on 30 Sep 2010 at 8:21
Taking over lehphyro's issues.
Original comment by rdamazio@gmail.com
on 11 Jan 2011 at 4:31
Original issue reported on code.google.com by
lehph...@gmail.com
on 12 Sep 2010 at 9:48