<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Joomla! - Open Source Content Management" -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Services</title>
		<description><![CDATA[]]></description>
		<link>http://aratelia.com/index.php/services/77-main</link>
		<lastBuildDate>Thu, 12 Feb 2026 14:28:44 +0000</lastBuildDate>
		<generator>Joomla! - Open Source Content Management</generator>
		<atom:link rel="self" type="application/rss+xml" href="http://aratelia.com/index.php/services/77-main?format=feed&amp;type=rss"/>
		<language>en-gb</language>
		<managingEditor>admin@aratelia.com (Aratelia Ltd.)</managingEditor>
		<item>
			<title>Connect Tizonia with SoundCloud</title>
			<link>http://aratelia.com/index.php/services/77-main/88-connect-with-soundcloud</link>
			<guid isPermaLink="true">http://aratelia.com/index.php/services/77-main/88-connect-with-soundcloud</guid>
			<description><![CDATA[<div id="soundcloud">
<p>To avoid storing your SoundCloud credentials in Tizonia's config file, or if you originally signed up with Facebook or other <a href="http://oauth.net/">OAuth</a> providers, you need to connect Tizonia with your SoundCloud account using the <a href="https://blog.soundcloud.com/2010/01/25/connect/">"Connect with SoundCloud"</a> button:</p>
<ol>
<li><span style="font-size: 12.16px; line-height: 1.3em;">Click “Connect with SoundCloud”.</span></li>
<ul>
<li><span style="font-size: 12.16px; line-height: 1.3em;">This opens up the connect page on the SoundCloud server.</span></li>
</ul>
<li><span style="font-size: 12.16px; line-height: 1.3em;">Next you can login (or sign up for a new account) and allow Tizonia access.</span></li>
<ul>
<li><span style="font-size: 12.16px; line-height: 1.3em;">An authorization token is provided by SoundCloud (the token will be shown below).</span></li>
</ul>
<li><span style="font-size: 12.16px; line-height: 1.3em;">Finally you can just transfer your SoundCloud OAuth token to your Tizonia config file.</span></li>
</ol>
<p><strong style="font-size: 12.16px; line-height: 1.3em;"> </strong></p>
<h2>Tizonia Config File (<span style="font-family: 'courier new', courier;">$HOME/.config/tizonia/tizonia.conf</span>)</h2>
<pre>    [tizonia]
    soundcloud.oauth_token = <span id="token">&lt; token &gt;</span>
  </pre>
</div>
<p><a class="img" href="http://aratelia.com/#" onclick="javascript:auth_soundcloud()"> <img src="https://connect.soundcloud.com/2/btn-connect-sc-l.png" border="0" alt="Connect with SoundCloud" style="display: block; margin-left: auto; margin-right: auto;" /></a></p>
<p>
<script type="text/javascript" src="https://connect.soundcloud.com/sdk.js"></script>
<script type="text/javascript">// <![CDATA[
SC.initialize({
            client_id: "f3399c9c80866d417ae70009dfc95b2e",
            redirect_uri: "http://www.aratelia.com/tizonia/soundcloud-callback.html"
          });
          function auth_soundcloud () {
            SC.connect(function() {
              SC.get("/me", function(user, error) {
                if (error) {
                  alert("Error: " + error.message);
                } else {
                  document.getElementById('token').innerHTML = SC.accessToken(); 
                }
              });
            });
          }
// ]]></script>
</p>]]></description>
			<author>juan.rubio@aratelia.com (Juan A. Rubio)</author>
			<category>Main Site</category>
			<pubDate>Mon, 26 Oct 2015 22:36:16 +0000</pubDate>
		</item>
		<item>
			<title>Juan's Blog</title>
			<link>http://aratelia.com/index.php/services/77-main/87-juan-s-blog</link>
			<guid isPermaLink="true">http://aratelia.com/index.php/services/77-main/87-juan-s-blog</guid>
			<description><![CDATA[<p>{loadposition blogposition}</p>]]></description>
			<author>juan.rubio@aratelia.com (Juan A. Rubio)</author>
			<category>Main Site</category>
			<pubDate>Tue, 13 Mar 2012 20:56:57 +0000</pubDate>
		</item>
		<item>
			<title>Open Source</title>
			<link>http://aratelia.com/index.php/open-source</link>
			<guid isPermaLink="true">http://aratelia.com/index.php/open-source</guid>
			<description><![CDATA[<p>At Aratelia Limited, we are passionate about <a href="http://www.opensource.org/docs/definition.php" target="_blank" title="The Open Source Definition">Open Source</a> and we use open-source software to support our products and services. This allows us to be more competitive and efficient.</p>
<p><a href="http://www.opensource.org/" target="_blank" title="www.opensource.org/"><img src="http://aratelia.com/images/uploads/osi_standard_logo.png" border="0" alt="Open Source Initiative" width="124" height="143" style="display: block; margin-left: auto; margin-right: auto;" /></a></p>
<h1><strong><a class="caption" href="http://www.tizonia.org" target="_blank" title="Tizonia OpenMAX IL">The Tizonia Project</a></strong><a class="caption" href="https://github.com/tizonia" target="_blank" title="Tizonia on GitHub"></a></h1>
<p>Aratelia contributes back to the community by releasing some of our code as open source.<a class="caption" href="https://github.com/tizonia" target="_blank" title="Tizonia on GitHub"></a></p>
<ul>
<li>Tizonia is the first open source implementation of <a class="caption" href="http://www.khronos.org/news/press/khronos-group-releases-openmax-il-1.2-provisional-specification" target="_blank" title="OpenMAX IL 1.2 provisional specification">OpenMAX IL 1.2 provisional specification</a>, the royalty-free, cross-platform C-language API for integration of multimedia components into media frameworks that simplify deployment of audio/video encoders/decoders, camera control, and audio, video and image processing algorithms across diverse platforms.</li>
<li>The project includes a number of libraries written in C or C++, including an OpenMAX IL base component library, an implementation of the OpenMAX IL Core, and OS abstraction/utility library, a resource management framework and a number of OpenMAX IL components, like an MP3 decoder, a VP8 decoder, and audio and video renderers.</li>
<li>Tizonia OpenMAX IL is released under the <a href="http://www.gnu.org/licenses/lgpl-3.0.txt">GNU Lesser General Public License version 3</a> license.</li>
<li>Project website: <a class="caption" href="http://www.tizonia.org" target="_blank" title="http://tizonia.org">http://www.tizonia.org</a></li>
</ul>
<p> </p>
<h1><span style="line-height: 1.3em;">Authenticate Tizonia with Streaming Services</span></h1>
<ul>
<li><span style="color: #333333; font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 12.16px; line-height: 1.3em;"><a href="http://aratelia.com/index.php/services/77-main/88-connect-with-soundcloud">Connect Tizonia with SoundCloud</a><br /></span></li>
</ul>]]></description>
			<author>juan.rubio@aratelia.com (Juan A. Rubio)</author>
			<category>Main Site</category>
			<pubDate>Mon, 25 Apr 2011 10:11:19 +0100</pubDate>
		</item>
		<item>
			<title>Disclaimer</title>
			<link>http://aratelia.com/index.php/disclaimer</link>
			<guid isPermaLink="true">http://aratelia.com/index.php/disclaimer</guid>
			<description><![CDATA[<p>The information contained in this website is for general information purposes only. The information is provided by <strong>Aratelia Limited</strong> and while we endeavour to keep the information up to date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose. Any reliance you place on such information is therefore strictly at your own risk.</p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;">In no event will we be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this website.</p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;">Through this website you are able to link to other websites which are not under the control of <strong>Aratelia Limited</strong>. We have no control over the nature, content and availability of those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views expressed within them.</p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;">Every effort is made to keep the website up and running smoothly. However, <strong>Aratelia Limited</strong> takes no responsibility for, and will not be liable for, the website being temporarily unavailable due to technical issues beyond our control.</p>
<p class="western" style="margin-bottom: 0cm;"> </p>
<p> </p>]]></description>
			<author>admin@aratelia.com (Super User)</author>
			<category>Main Site</category>
			<pubDate>Fri, 25 Mar 2011 17:11:58 +0000</pubDate>
		</item>
		<item>
			<title>Copyright Notice</title>
			<link>http://aratelia.com/index.php/copyright</link>
			<guid isPermaLink="true">http://aratelia.com/index.php/copyright</guid>
			<description><![CDATA[<p>This website and its content is copyright of <strong>Aratelia Limited</strong> © 2011-2013. All rights reserved.</p>
<p>Any redistribution or reproduction of part or all of the contents in any form is prohibited other than the following:</p>
<ul>
<li>
<div>you may print or download to a local hard disk extracts for your personal and non-commercial use only</div>
</li>
<li>
<div>you may copy the content to individual third parties for their personal use, but only if you acknowledge the website as the source of the material</div>
</li>
</ul>
<p>You may not, except with our express written permission, distribute or commercially exploit the content. Nor may you transmit it or store it in any other website or other form of electronic retrieval system.</p>]]></description>
			<author>admin@aratelia.com (Super User)</author>
			<category>Main Site</category>
			<pubDate>Thu, 24 Mar 2011 21:57:39 +0000</pubDate>
		</item>
		<item>
			<title>Privacy Policy</title>
			<link>http://aratelia.com/index.php/privacy-policy</link>
			<guid isPermaLink="true">http://aratelia.com/index.php/privacy-policy</guid>
			<description><![CDATA[<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;">This privacy policy sets out how <strong>Aratelia Limited</strong> uses and protects any information that you give <strong>Aratelia Limited</strong> when you use this website.</p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;"><strong>Aratelia Limited</strong> is committed to ensuring that your privacy is protected. Should we ask you to provide certain information by which you can be identified when using this website, then you can be assured that it will only be used in accordance with this privacy statement.</p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;"><strong>Aratelia Limited</strong> may change this policy from time to time by updating this page. You should check this page from time to time to ensure that you are happy with any changes. This policy is effective from March 2011.</p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en"><strong>What we may collect</strong></p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en">We may collect the following information:</p>
<ul>
<li>
<p style="margin-top: 0.49cm; margin-bottom: 0cm;" lang="en">name 	and job title</p>
</li>
<li>
<p style="margin-bottom: 0cm;" lang="en">contact information 	including email address</p>
</li>
<li>
<p style="margin-bottom: 0cm;" lang="en">demographic information 	such as postcode, preferences and interests</p>
</li>
<li>
<p style="margin-bottom: 0.49cm;" lang="en">other information 	relevant to customer surveys and/or offers</p>
</li>
</ul>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en"><strong>What we do with the information we gather</strong></p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en">We require this information to understand your needs and provide you with a better service, and in particular for the following reasons:</p>
<ul>
<li>
<p style="margin-top: 0.49cm; margin-bottom: 0cm;" lang="en">Internal 	record keeping.</p>
</li>
<li>
<p style="margin-bottom: 0cm;" lang="en">We may use the 	information to improve our products and services.</p>
</li>
<li>
<p style="margin-bottom: 0cm;"><span lang="en">We may 	periodically send promotional emails</span><span style="color: #00ff00;"><span lang="en"><strong> </strong></span></span><span lang="en">about new products, special offers 	or other information which we think you may find interesting using 	the email address which you have provided. </span></p>
</li>
<li>
<p style="margin-bottom: 0.49cm;"><span lang="en">From time to 	time, we may also use your information to contact you for market 	research purposes. We may contact you by email, phone, fax or mail. 	We may use the information to customise the website according to 	your interests.</span></p>
</li>
</ul>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en"><strong>Security</strong></p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;"><span lang="en">We are committed to ensuring that your information is secure. In order to prevent unauthorised access or disclosure,</span><span style="color: #00ff00;"><span lang="en"><strong> </strong></span></span><span lang="en">we have put in place suitable physical, electronic and managerial procedures to safeguard and secure the information we collect online. </span></p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en"><strong>How we use cookies</strong></p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en">A cookie is a small file which asks permission to be placed on your computer's hard drive. Once you agree, the file is added and the cookie helps analyse web traffic or lets you know when you visit a particular site. Cookies allow web applications to respond to you as an individual. The web application can tailor its operations to your needs, likes and dislikes by gathering and remembering information about your preferences.</p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en">We use traffic log cookies to identify which pages are being used. This helps us analyse data about web page traffic and improve our website in order to tailor it to customer needs. We only use this information for statistical analysis purposes and then the data is removed from the system.</p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en">Overall, cookies help us provide you with a better website, by enabling us to monitor which pages you find useful and which you do not. A cookie in no way gives us access to your computer or any information about you, other than the data you choose to share with us.</p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en">You can choose to accept or decline cookies. Most web browsers automatically accept cookies, but you can usually modify your browser setting to decline cookies if you prefer. This may prevent you from taking full advantage of the website.</p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en"><strong>Links to other websites</strong></p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en">Our website may contain links to other websites of interest. However, once you have used these links to leave our site, you should note that we do not have any control over that other website. Therefore, we cannot be responsible for the protection and privacy of any information which you provide whilst visiting such sites and such sites are not governed by this privacy statement. You should exercise caution and look at the privacy statement applicable to the website in question.</p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en"><strong>Controlling your personal information</strong></p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en">You may choose to restrict the collection or use of your personal information in the following ways:</p>
<ul>
<li>
<p style="margin-top: 0.49cm; margin-bottom: 0cm;" lang="en">whenever 	you are asked to fill in a form on the website, look for the box 	that you can click to indicate that you do not want the information 	to be used by anybody for direct marketing purposes</p>
</li>
<li>
<p style="margin-bottom: 0.49cm;" lang="en">if you have 	previously agreed to us using your personal information for direct 	marketing purposes, you may change your mind at any time by writing 	to or emailing us at</p>
</li>
</ul>
<p><img src="http://aratelia.com/images/uploads/email2.png" border="0" /></p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en">We will not sell, distribute or lease your personal information to third parties unless we have your permission or are required by law to do so. We may use your personal information to send you promotional information about third parties which we think you may find interesting if you tell us that you wish this to happen.</p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en">You may request details of personal information which we hold about you under the Data Protection Act 1998. A small fee will be payable. If you would like a copy of the information held on you please write to</p>
<p><img src="http://aratelia.com/images/uploads/email1.png" border="0" align="left" style="border: 0; vertical-align: baseline;" /></p>
<p class="western" style="margin-bottom: 0cm;"> </p>
<p class="western" style="margin-bottom: 0cm;"><span lang="en">If you believe that any information we are holding on you is incorrect or incomplete, please write to or email us as soon as possible, at the above address. We will promptly correct any information found to be incorrect.</span></p>
<p class="western" style="margin-bottom: 0cm;"> </p>]]></description>
			<author>admin@aratelia.com (Super User)</author>
			<category>Main Site</category>
			<pubDate>Thu, 24 Mar 2011 21:16:57 +0000</pubDate>
		</item>
		<item>
			<title>Terms &amp; Conditions</title>
			<link>http://aratelia.com/index.php/terms-and-conditions</link>
			<guid isPermaLink="true">http://aratelia.com/index.php/terms-and-conditions</guid>
			<description><![CDATA[<p> </p>
<h3 class="western" style="margin-top: 0cm;">Aratelia Limited – Website Usage Terms and Conditions</h3>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;"><span lang="en">Welcome to our website. If you continue to browse and use this website, you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern <strong>Aratelia Limited</strong>’s relationship with you in relation to this website. </span>If you disagree with any part of these terms and conditions, please do not use our website.</p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;"><span lang="en">The term </span><span lang="en">‘Aratelia Ltd’ or </span><span lang="en">‘Aratelia Limited’ or </span><span lang="en">‘us’ or ‘we’ refers to the owner of the website whose registered office is:</span></p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm; padding-left: 30px;"><em><strong><span lang="en"> Saxon House,<br />Moseley's Farm Business Centre, <br />Fornham All Saints, <br />Bury St. Edmunds <br />Suffolk, UK,<br />IP28 6JY</span></strong></em></p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;"><span lang="en">Our company registration number is <strong>7589517</strong> and we are registered in England and Wales. The term ‘you’ refers to the user or viewer of our website.</span></p>
<p style="margin-top: 0.49cm; margin-bottom: 0.49cm;" lang="en">The use of this website is subject to the following terms of use:</p>
<ul>
<li>
<p style="margin-top: 0.49cm; margin-bottom: 0cm;" lang="en">The 	content of the pages of this website is for your general information 	and use only. It is subject to change without notice.</p>
</li>
<li>
<p style="margin-bottom: 0cm;" lang="en">Neither we nor any third 	parties provide any warranty or guarantee as to the accuracy, 	timeliness, performance, completeness or suitability of the 	information and materials found or offered on this website for any 	particular purpose. You acknowledge that such information and 	materials may contain inaccuracies or errors and we expressly 	exclude liability for any such inaccuracies or errors to the fullest 	extent permitted by law.</p>
</li>
<li>
<p style="margin-bottom: 0cm;" lang="en">Your use of any 	information or materials on this website is entirely at your own 	risk, for which we shall not be liable. It shall be your own 	responsibility to ensure that any products, services or information 	available through this website meet your specific requirements.</p>
</li>
<li>
<p style="margin-bottom: 0cm;" lang="en">This website contains 	material which is owned by or licensed to us. This material 	includes, but is not limited to, the design, layout, look, 	appearance and graphics. Reproduction is prohibited other than in 	accordance with the copyright notice, which forms part of these 	terms and conditions.</p>
</li>
<li>
<p style="margin-bottom: 0cm;" lang="en">All trademarks 	reproduced in this website, which are not the property of, or 	licensed to the operator, are acknowledged on the website.</p>
</li>
<li>
<p style="margin-bottom: 0cm;"><span lang="en">Unauthorised use 	of this website may give rise to a claim for damages and/or be a 	criminal offence.</span></p>
</li>
<li>
<p style="margin-bottom: 0cm;"><span lang="en">From time to time, 	this website may also include links to other websites. These links 	are provided for your convenience to provide further information. 	They do not signify that we endorse the website(s). We have no 	responsibility for the content of the linked website(s).</span></p>
</li>
<li>
<p style="margin-bottom: 0.49cm;"><span lang="en">Your use of 	this website and any dispute arising out of such use of the website 	is subject to the laws of England, Northern Ireland, Scotland and 	Wales.</span></p>
</li>
</ul>
<p class="western" style="margin-bottom: 0cm;"> </p>
<p> </p>]]></description>
			<author>admin@aratelia.com (Super User)</author>
			<category>Main Site</category>
			<pubDate>Thu, 24 Mar 2011 21:14:57 +0000</pubDate>
		</item>
		<item>
			<title>About Us</title>
			<link>http://aratelia.com/index.php/about-us</link>
			<guid isPermaLink="true">http://aratelia.com/index.php/about-us</guid>
			<description><![CDATA[<h1><strong>About Aratelia Limited</strong></h1>
<p>Aratelia Limited is a small software studio founded in 2011. The company is based in the South East of England specializing in the development of real-time systems software. The company founder, Juan A. Rubio has more than 11 years of experience developing real-time telecommunications software in a number of application and domains.</p>
<p>Aratelia Limited is a company registered in England and Wales number 7589517.</p>
<p>Registered Office: Saxon House, Moseley's Farm Business Centre, Bury St. Edmunds, Suffolk, UK, IP28 6JY</p>
<p>VAT No. 122 5822 38<br /> </p>
<h1><strong>About the Founder, Juan A. Rubio</strong></h1>
<p>Over the years, Juan has accumulated a wealth of knowledge and experience in understanding the requirements and meeting the deadlines of a variety of large scale telecommunication software projects. He has been part of several large, multi-disciplinary environments involving both local and multi-national organisations, such as Vodafone, Ericsson, Lucent Technologies, ip.access and Nokia among others, in a number of countries like Spain, US, and UK.</p>
<p> </p>
<p><a href="http://uk.linkedin.com/in/juanrubio" style="text-decoration: none;"><span style="font: 110% Arial,sans-serif; color: #0783b6;"><img src="http://www.linkedin.com/img/webpromo/btn_in_20x15.png" border="0" alt="View Juan A. Rubio's LinkedIn profile" width="20" height="15" style="vertical-align: middle;" />View Juan's LinkedIn profile</span></a></p>
<p><a href="http://www.juanrubio.me" style="text-decoration: none;"><span style="font: 110% Arial,sans-serif; color: #0783b6;"><img src="http://aratelia.com/images/uploads/smbutton-blue.png" border="0" alt="Read Juan A. Rubio's Blog" width="15" height="18" style="vertical-align: middle;" /> Read Juan's Weblog</span></a></p>
<p><a href="http://www.juanrubio.me/wp-content/uploads/2011/01/cv.pdf" style="text-decoration: none;"><span style="font: 110% Arial,sans-serif; color: #0783b6;"><img src="http://aratelia.com/images/uploads/pdficon_small.gif" border="0" alt="Download Juan's Curriculum Vitae" width="17" height="17" style="vertical-align: middle;" /> Download Juan's Curriculum Vitae </span></a></p>]]></description>
			<author>admin@aratelia.com (Super User)</author>
			<category>Main Site</category>
			<pubDate>Thu, 24 Mar 2011 18:12:47 +0000</pubDate>
		</item>
		<item>
			<title>Our Services</title>
			<link>http://aratelia.com/index.php</link>
			<guid isPermaLink="true">http://aratelia.com/index.php</guid>
			<description><![CDATA[<p style="text-align: justify;">At Aratelia Limited we specialise in the <a class="caption" href="http://aratelia.com/index.php/services/79-main/services/82-real-time-systems-and-embedded-software-development" target="_self" title="Real-time systems and embedded software development"><strong>design and development of real-time telecommunications software</strong></a>; with years of experience over the full software life cycle, Aratelia can support custom software developments, rapid software prototyping, or simply augment client resources during periods of higher workload.</p>
<p style="text-align: justify;">We are also experts in the development of <a class="caption" href="http://aratelia.com/index.php/services/79-main/services/85-desktop-and-mobile-multimedia-software" target="_self" title="Multimedia Frameworks and APIs"><strong>Multimedia Frameworks and APIs</strong></a>, with years of experience defining and implementing multimedia middleware solutions, with an emphasis on <strong>mobile media acceleration</strong> on a number of real-time embedded platforms and devices.</p>
<p style="text-align: justify;">Aratelia Limited can provide <a class="caption" href="http://aratelia.com/index.php/services/79-main/services/83-legacy-systems-maintainance-and-support" target="_self" title="Legacy systems maintainance and support"><strong>services to end-clients either on or off site</strong></a>. We are able to undertake work on a 'Time and Materials' basis when the scope of work is not fully defined at project start or on a 'Fixed Price' basis when a well defined package of work exists beforehand.</p>
<p> </p>
<p><img src="http://aratelia.com/images/aratelia/slider/Fotolia_30024216_XS.jpg" border="0" width="440" height="273" style="border: 0; vertical-align: middle;" /></p>
<p> </p>]]></description>
			<author>admin@aratelia.com (Super User)</author>
			<category>Main Site</category>
			<pubDate>Thu, 24 Mar 2011 17:47:14 +0000</pubDate>
		</item>
	</channel>
</rss>
