<?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/jberd/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/jberd/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 21 May 2015 16:25:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jberd/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Andrew Forsyth</title><link>https://sourceforge.net/p/jberd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -6,7 +6,7 @@
 For full documentation see &lt;a href="http://sourceforge.net/projects/jberd/files/Jberd.pdf/download"&gt;Jberd.pdf&lt;/a&gt;

 [[download_button]]
-
+.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Forsyth</dc:creator><pubDate>Thu, 21 May 2015 16:25:37 -0000</pubDate><guid>https://sourceforge.net43e1f7b30d5f1b197b5c0de15278ec446e1a12d8</guid></item><item><title>Home modified by Andrew Forsyth</title><link>https://sourceforge.net/p/jberd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -6,6 +6,8 @@
 For full documentation see &lt;a href="http://sourceforge.net/projects/jberd/files/Jberd.pdf/download"&gt;Jberd.pdf&lt;/a&gt;

 [[download_button]]
+
+

 ## Overview ##
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Forsyth</dc:creator><pubDate>Thu, 21 May 2015 16:25:19 -0000</pubDate><guid>https://sourceforge.netab07a1afdcac1db730ae553cb0cbcfd7d7e057e9</guid></item><item><title>Home modified by Andrew Forsyth</title><link>https://sourceforge.net/p/jberd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,6 +1,27 @@
 # JBerd #
 ## Java BER Decoder ##

-Welcome to the JBerd Wiki
+Welcome to the JBerd Wiki, which presents brief overview information about the tool.
+
+For full documentation see &lt;a href="http://sourceforge.net/projects/jberd/files/Jberd.pdf/download"&gt;Jberd.pdf&lt;/a&gt;

 [[download_button]]
+
+
+## Overview ##
+
+Jberd (Java BER decoder) is a lightweight BER decoder and associated tools for interpreting and processing BER encoded ASN.1 files.
+
+
+Abstract Syntax Notation One (ASN.1) is a notation for describing complex data structures.  Such structures maybe transmitted in files encoded according to various sets of rules, of which the Basic Encoding Rules (BER) is the most common.
+
+
+For a system that consumes files from other systems, BER encoded ASN.1 files are often a problem.  Unlike a simple ASCII text file, they must first be decoded before any processing can be carried out.
+
+
+BER-encoded files are binary representations of complex data structures.  Jberd provides tools for understanding and processing this binary data, specifically:
+
+•  [Flattener] Converting BER files to “flat files” of simple records, a form more easily processed by other applications such as databases.    Conversion is done according to easily specified rules, without the need for new code to be written or generated.
+•  [Profiler] Profiling BER files to enable understanding of the nature of the data they contain, such as which fields are unique within records, what the observed values are, etc.
+•  [Decoder] Writing new tools.  The Jberd decoder makes it easy to write new Java programs that process the content of BER encoded files.
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Forsyth</dc:creator><pubDate>Thu, 21 May 2015 16:24:46 -0000</pubDate><guid>https://sourceforge.net00c294c390f57f520c3e4268924899500ceca255</guid></item><item><title>Home modified by Andrew Forsyth</title><link>https://sourceforge.net/p/jberd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,6 @@
-Welcome to your wiki!
+# JBerd #
+## Java BER Decoder ##

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

-The wiki uses [Markdown](/p/jberd/wiki/markdown_syntax/) syntax.
-
-[[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Forsyth</dc:creator><pubDate>Thu, 21 May 2015 16:22:58 -0000</pubDate><guid>https://sourceforge.neta2be672f3d5326869c79d83ca3a6eba28181f739</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/jberd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Jberd (Java BER decoder) is a lightweight BER decoder and associated tools for interpreting and processing BER encoded ASN.1 files.&lt;/p&gt;
&lt;p&gt;Abstract Syntax Notation One (ASN.1) is a notation for describing complex data structures.  Such structures maybe transmitted in files encoded according to various sets of rules, of which the Basic Encoding Rules (BER) is the most common.&lt;/p&gt;
&lt;p&gt;For a system that consumes files from other systems, BER encoded ASN.1 files are often a problem.  Unlike a simple ASCII text file, they must first be decoded before any processing can be carried out.&lt;/p&gt;
&lt;p&gt;BER-encoded files are binary representations of complex data structures.  Jberd provides tools for understanding and processing this binary data, specifically:&lt;/p&gt;
&lt;p&gt;•   &lt;span&gt;[Flattener]&lt;/span&gt; Converting BER files to “flat files” of simple records, a form more easily processed by other applications such as databases.    Conversion is done according to easily specified rules, without the need for new code to be written or generated.&lt;br /&gt;
•   &lt;span&gt;[Profiler]&lt;/span&gt; Profiling BER files to enable understanding of the nature of the data they contain, such as which fields are unique within records, what the observed values are, etc.&lt;br /&gt;
•   &lt;span&gt;[Decoder]&lt;/span&gt; Writing new tools.  The Jberd decoder makes it easy to write new Java programs that process the content of BER encoded files.&lt;/p&gt;
&lt;p&gt;For full documentation see &lt;a href="http://sourceforge.net/projects/jberd/files/Jberd.pdf/download"&gt;Jberd.pdf&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Forsyth</dc:creator><pubDate>Thu, 21 May 2015 15:29:08 -0000</pubDate><guid>https://sourceforge.net878ee8c9c39cd702a957febbd6018f4f46b9ea65</guid></item><item><title>Home modified by Andrew Forsyth</title><link>https://sourceforge.net/p/jberd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/jberd/wiki/markdown_syntax"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/arf001"&gt;Andrew Forsyth&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-555cbaa57929e52a962de796" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Forsyth</dc:creator><pubDate>Wed, 20 May 2015 16:47:33 -0000</pubDate><guid>https://sourceforge.neteb56e1e76b79a1122569dafbc942b9846ca61a74</guid></item></channel></rss>