Projects tagged ‘c’ and ‘serialization’


[6 total ]

1 Users

A sqlite3 persistence object library
Created 11 months ago.

0 Users

Pepperjack is intended to replace the standard XML serializers that ship with .NET with a much more flexible, and testable, solution.
Created 7 months ago.

0 Users

Exil is a simple TinyXML based object serialization system. All an object needs to do is inherit from the XmlSerializable interface and implement two functions for serializing/deserializing data.
Created 4 months ago.

0 Users

The SimpleSerialization library provides the functionality to serialize and deserialize objects to streams that then can be sent via a serial connection. Currently there is an implementation of the ... [More] library for the Arduino microcontroller so that a Java application and an Arduino can communicate via the serial interface. The SimpleSerilaization library could be used to debug and remote control an Arduino or to do a hardware-in-the-loop simulation. An example SimpleSerialization application could be to feed an Arduino with GPS data at 5Hz and attitude data at 30Hz. In return the Arduino would send the calculated actuator commands back at a rate of 10Hz. All this data would be exchanged via a single serial connection. The SimpleSerialization library is a part of my UAV Playground project where I explore various aspects of UAVs like microcontrollers, simulators and remote controlled model airplanes. Follow me on Twitter if you want to know on what part I'm currently working on. A screenshot of a basic SimpleSerialization application in the Arduino IDE A screenshot of a basic SimpleSerialization application in the Processing IDE [Less]
Created 4 months ago.

0 Users

"Protocol Buffers" is a binary serialization format and technology, released to the open source community by Google in 2008. There are various implementations of Protocol Buffers in .NET. This ... [More] project is a fairly close port of the Google Java implementation. There are two main parts: ProtoGen.exe, which takes binary representations of protocol buffer descriptors (as generated by the "stock" protoc binary supplied by Google) and creates C# source code. This is only required at build time. Google.ProtocolBuffers.dll, which is a supporting library. This is required at execution time. Other small command-line tools exist to This project is hosted on GitHub, and the Google Code svn repository is updated periodically to match the head. [Less]
Created 12 months ago.

0 Users

Included will be classes that make repetitive tasks easier. The library will grow over time as I add new classes that encapsulate repetitive tasks that have a universal application in C# software ... [More] development. 0.1.0.01 - Includes a Serialization class that streamlines XML serialization [Less]
Created about 1 month ago.