<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/msgpack-labview/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/msgpack-labview/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 12 Jul 2012 13:00:12 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/msgpack-labview/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Martijn Jasperse</title><link>https://sourceforge.net/p/msgpack-labview/wiki/Home/</link><description>&lt;pre&gt;--- v9
+++ v10
@@ -1,6 +1,6 @@
-# msgpack for labview #
+# Message Pack for LabVIEW #
 
-This project implements the [Message Pack](http://www.msgpack.org) in LabVIEW, using a fast [alternate C implementation](http://code.google.com/p/msgpackalt/) of the protocol.
+This project implements the [Message Pack](http://www.msgpack.org) (msgpack) in LabVIEW, using a fast [alternate C implementation](http://code.google.com/p/msgpackalt/) of the protocol.
 
 These bindings present a simple interface to packing data into a binary stream, presenting a simple and efficient means of transmitting data over the wire, and between the many programming languages which implement the protocol.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Thu, 12 Jul 2012 13:00:12 -0000</pubDate><guid>https://sourceforge.netc9e3bc2375c1b4aefad4135fb3a1848c814dc8c4</guid></item><item><title>WikiPage Home modified by Martijn Jasperse</title><link>https://sourceforge.net/p/msgpack-labview/wiki/Home/</link><description>&lt;pre&gt;--- v8
+++ v9
@@ -4,9 +4,10 @@
 
 These bindings present a simple interface to packing data into a binary stream, presenting a simple and efficient means of transmitting data over the wire, and between the many programming languages which implement the protocol.
 
+Below is a simple example demonstrating how easy it is to serialise data with msgpack, and how compact the result (shown in hex) is compared to its JSON equivalent.
+
 &lt;center&gt;
 [[img src=msgpack-org.png]]
-This is a simple example demonstrating how easy it is to serialise data, and how compact the result (shown here in hex) is compared to its JSON equivalent.
 &lt;/center&gt;
 
 The bindings support:
@@ -21,7 +22,7 @@
 * Arbitrary key/value pairs
 * Heterogeneous arrays
 
-All through a simple hassle-free interface!
+The library is easily installed by downloading the package and installing it with the [VI Package Manager](http://jki.net/vipm), or clone the mercurial repository for the latest updates.
 
 [[download_button]]
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Thu, 12 Jul 2012 12:39:54 -0000</pubDate><guid>https://sourceforge.net1164db9ec34707c43ebbb23026a41d42a4d3ce26</guid></item><item><title>WikiPage Home modified by Martijn Jasperse</title><link>https://sourceforge.net/p/msgpack-labview/wiki/Home/</link><description>&lt;pre&gt;--- v7
+++ v8
@@ -10,6 +10,7 @@
 &lt;/center&gt;
 
 The bindings support:
+
 * Signed/unsigned integers (up to 64-bit)
 * Floating points (up to doubles)
 * Booleans
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Thu, 12 Jul 2012 12:37:43 -0000</pubDate><guid>https://sourceforge.netb590eb146fc886d5fa9645492267ae7d1577af2a</guid></item><item><title>WikiPage Home modified by Martijn Jasperse</title><link>https://sourceforge.net/p/msgpack-labview/wiki/Home/</link><description>&lt;pre&gt;--- v6
+++ v7
@@ -6,7 +6,7 @@
 
 &lt;center&gt;
 [[img src=msgpack-org.png]]
-This is a simple example demonstrating how easy it is to serialise data, and how compact the result (visualised in hex) is compared to its JSON equivalent.
+This is a simple example demonstrating how easy it is to serialise data, and how compact the result (shown here in hex) is compared to its JSON equivalent.
 &lt;/center&gt;
 
 The bindings support:
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Thu, 12 Jul 2012 12:37:25 -0000</pubDate><guid>https://sourceforge.netcb821925a8c3a42fa603dfe626e61c4705088976</guid></item><item><title>WikiPage Home modified by Martijn Jasperse</title><link>https://sourceforge.net/p/msgpack-labview/wiki/Home/</link><description>&lt;pre&gt;--- v5
+++ v6
@@ -10,15 +10,17 @@
 &lt;/center&gt;
 
 The bindings support:
-   - Signed/unsigned integers (up to 64-bit)
-   - Floating points (up to doubles)
-   - Booleans
-   - Strings/raw data
-   - Nulls (void variants)
-   - Clusters (as string maps) including any supported type
-   - Arrays of any supported type
-   - Arbitrary key/value pairs
-   - Heterogeneous arrays
+* Signed/unsigned integers (up to 64-bit)
+* Floating points (up to doubles)
+* Booleans
+* Strings/raw data
+* Nulls (void variants)
+* Clusters (as string maps) including any supported type
+* Arrays of any supported type
+* Arbitrary key/value pairs
+* Heterogeneous arrays
+
+All through a simple hassle-free interface!
 
 [[download_button]]
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Thu, 12 Jul 2012 12:36:33 -0000</pubDate><guid>https://sourceforge.net640bee87e24a96c75c64b2bfed9ed2392d43361b</guid></item><item><title>WikiPage Home modified by Martijn Jasperse</title><link>https://sourceforge.net/p/msgpack-labview/wiki/Home/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -4,12 +4,25 @@
 
 These bindings present a simple interface to packing data into a binary stream, presenting a simple and efficient means of transmitting data over the wire, and between the many programming languages which implement the protocol.
 
-
 &lt;center&gt;
 [[img src=msgpack-org.png]]
 This is a simple example demonstrating how easy it is to serialise data, and how compact the result (visualised in hex) is compared to its JSON equivalent.
 &lt;/center&gt;
 
+The bindings support:
+   - Signed/unsigned integers (up to 64-bit)
+   - Floating points (up to doubles)
+   - Booleans
+   - Strings/raw data
+   - Nulls (void variants)
+   - Clusters (as string maps) including any supported type
+   - Arrays of any supported type
+   - Arbitrary key/value pairs
+   - Heterogeneous arrays
+
 [[download_button]]
 
+
+-----
+
 [[project_admins]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Thu, 12 Jul 2012 12:35:35 -0000</pubDate><guid>https://sourceforge.netabfa9cfd510d091b6e14f5e8555d3c0d6abfddf0</guid></item><item><title>WikiPage Home modified by Martijn Jasperse</title><link>https://sourceforge.net/p/msgpack-labview/wiki/Home/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -4,6 +4,12 @@
 
 These bindings present a simple interface to packing data into a binary stream, presenting a simple and efficient means of transmitting data over the wire, and between the many programming languages which implement the protocol.
 
+
+&lt;center&gt;
+[[img src=msgpack-org.png]]
+This is a simple example demonstrating how easy it is to serialise data, and how compact the result (visualised in hex) is compared to its JSON equivalent.
+&lt;/center&gt;
+
 [[download_button]]
 
 [[project_admins]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Thu, 12 Jul 2012 12:30:09 -0000</pubDate><guid>https://sourceforge.net55632a47d1e6ac486c15cb242e323f46aef9f5b2</guid></item><item><title>WikiPage Home modified by Martijn Jasperse</title><link>https://sourceforge.net/p/msgpack-labview/wiki/Home/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,4 @@
-= msgpack for labview =
+# msgpack for labview #
 
 This project implements the [Message Pack](http://www.msgpack.org) in LabVIEW, using a fast [alternate C implementation](http://code.google.com/p/msgpackalt/) of the protocol.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Thu, 12 Jul 2012 10:53:05 -0000</pubDate><guid>https://sourceforge.net3fe827a79d5ee4b09535bdbce6def3507a1c3e96</guid></item><item><title>WikiPage Home modified by Martijn Jasperse</title><link>https://sourceforge.net/p/msgpack-labview/wiki/Home/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,9 @@
-Welcome to your wiki!
+= msgpack for labview =
 
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+This project implements the [Message Pack](http://www.msgpack.org) in LabVIEW, using a fast [alternate C implementation](http://code.google.com/p/msgpackalt/) of the protocol.
 
-The wiki uses [Markdown](/p/msgpack-labview/wiki/markdown_syntax/) syntax.
+These bindings present a simple interface to packing data into a binary stream, presenting a simple and efficient means of transmitting data over the wire, and between the many programming languages which implement the protocol.
+
+[[download_button]]
 
 [[project_admins]]
-[[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Thu, 12 Jul 2012 10:52:47 -0000</pubDate><guid>https://sourceforge.netbedb19abd276e229c89b01b14a3ab5e9892cf9fe</guid></item><item><title>WikiPage Home modified by Martijn Jasperse</title><link>https://sourceforge.net/p/msgpack-labview/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/msgpack-labview/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Sat, 23 Jun 2012 09:24:02 -0000</pubDate><guid>https://sourceforge.net720b8c2f581330d500fc170ee3fbc0ae6e757bdd</guid></item></channel></rss>