<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tollari.org</title>
	<atom:link href="http://www.tollari.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tollari.org</link>
	<description>old computer &#38; retrocomputing</description>
	<lastBuildDate>Tue, 02 Feb 2010 16:27:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux, Fedora or Ubuntu?</title>
		<link>http://www.tollari.org/2010/02/02/linux/</link>
		<comments>http://www.tollari.org/2010/02/02/linux/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 16:27:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Archive]]></category>

		<guid isPermaLink="false">http://potter/?p=214</guid>
		<description><![CDATA[linux
Fedora over Ubuntu     Sun, 27 Jan 08
Want to install Fedora 7 or 8 in a virtual machine on Ubuntu Gutsy?
You have tried VMWare and cannot install it? Fedora freeze in loading and/or cannot find virtual disk?
Well, this is my today problem!
It seems that those version of Fedora don&#8217;t like too much [...]]]></description>
			<content:encoded><![CDATA[<p>linux<br />
Fedora over Ubuntu     Sun, 27 Jan 08<br />
Want to install Fedora 7 or 8 in a virtual machine on Ubuntu Gutsy?<br />
You have tried VMWare and cannot install it? Fedora freeze in loading and/or cannot find virtual disk?</p>
<p>Well, this is my today problem!<br />
It seems that those version of Fedora don&#8217;t like too much the buslogic virtual SCSI controller used by qemu and vmware. So, whenever you are using an IDE virtual disk, it still find the virtual controller.</p>
<p>To solve this problem in VMWare, edit the .vmx file of your virtual machine and add</p>
<p>scsi0.virtualdev = &#8220;lsilogic&#8221;</p>
<p>to use the lsilogic virtual controller, or if you wish to not use SCSI at all add</p>
<p>scsi0:0.present = &#8220;FALSE&#8221;</p>
<p>to disable any virtual SCSI controller.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<div class="titpage">linux</div>
<table class="tab-all" cellspacing="0px">
<tbody>
<tr class="tab-title">
<td class="tab-title">Fedora over Ubuntu</td>
<td class="tab-date">Sun, 27 Jan 08</td>
</tr>
<tr class="tab-body">
<td class="tab-body" colspan="2">Want to install Fedora 7 or 8 in a virtual machine on Ubuntu Gutsy?<br />
You have tried <a class="linkp" href="http://web.archive.org/web/20080529182702/http://www.vmware.com/">VMWare</a> and cannot install it? Fedora freeze in loading and/or cannot find virtual disk?</p>
<p>Well, this is my today problem!<br />
It seems that those version of Fedora don&#8217;t like too much the buslogic virtual SCSI controller used by qemu and vmware. So, whenever you are using an IDE virtual disk, it still find the virtual controller.</p>
<p>To solve this problem in VMWare, edit the .vmx file of your virtual machine and add</p>
<pre>scsi0.virtualdev = "lsilogic"
</pre>
<p>to use the lsilogic virtual controller, or if you wish to not use SCSI at all add</p>
<pre>scsi0:0.present = "FALSE"
</pre>
<p>to disable any virtual SCSI controller.</td>
</tr>
</tbody>
</table>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.tollari.org/2010/02/02/linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>freebsd tips</title>
		<link>http://www.tollari.org/2010/02/02/bsd/</link>
		<comments>http://www.tollari.org/2010/02/02/bsd/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 16:27:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Archive]]></category>

		<guid isPermaLink="false">http://potter/?p=212</guid>
		<description><![CDATA[bsd
geli full encrypted system     Sun, 30 Dec 07
Here is a guide I made for myself in trying the freebsd geli encryption layer. For more info about geli, see handbook and geli (8).
This howto require a computer (obviously), an usb pendrive (to store keys), and a freesbie licecd (needed for install).
At the [...]]]></description>
			<content:encoded><![CDATA[<p>bsd<br />
geli full encrypted system     Sun, 30 Dec 07<br />
Here is a guide I made for myself in trying the freebsd geli encryption layer. For more info about geli, see handbook and geli (8).</p>
<p>This howto require a computer (obviously), an usb pendrive (to store keys), and a freesbie licecd (needed for install).<br />
At the end of this guide, you&#8217;ll have a full-encrypted system with AES at 256 bit, swap with blowfish, key for root as passphrase and keys for other slices (/usr, /var&#8230;) splitted in keys in root and keys onto pendrive. So without pendrive you can&#8217;t boot, either without passphrase; obviously you may change at your needs this configuration.</p>
<p>start computer with the cdrom; when you reach console, open it as root:<br />
# su -<br />
and start sysinstall<br />
# sysinstall<br />
In sysinstall choose &#8220;custom install&#8221;.</p>
<p>Options -&gt; modify &#8220;Media Type&#8221; to point to your nearest ftp server (if you<br />
are using dhcp, the network is already set up, if not in second console use ifconfig)<br />
Also modify &#8220;Install Root&#8221; to &#8220;/mnt&#8221;.</p>
<p>Partition -&gt; allocate space for one bsd partition (retain the disk name, like<br />
&#8216;ad10&#8242;), quit and install boot manager</p>
<p>(note: my sata drive is called ad10 by the kernel (you will see it in the<br />
partitioning process) but the boot loader found it as disk1 (you read it at<br />
the booting process))</p>
<p>Label -&gt; create following slice scheme:<br />
100MB / ad10s1a (ignore warning)<br />
400MB /boot ad10s1d<br />
1024MB swap ad10s1b<br />
5120MB /tmp ad10s1e<br />
5120MB /var ad10s1f<br />
remaining /usr ad10s1g</p>
<p>(the following step is necessary to fool sysinstall as he doesn&#8217;t allow you<br />
to put in slice &#8216;a&#8217; anything else than / )<br />
Before continuing you have to change mount points names:<br />
/ will be /boot, and /boot will be /</p>
<p>The final scheme have to be like this:<br />
100MB /boot ad10s1a<br />
400MB / ad10s1d<br />
1024MB swap ad10s1b<br />
5120MB /tmp ad10s1e<br />
5120MB /var ad10s1f<br />
remaining /usr ad10s1g</p>
<p>(note: set size of swap, /tmp, /var and /usr at your needs. You maybe want a<br />
separate /home. If you want one big / , set ad10s1d to be large for entire<br />
disk minus the swap space)</p>
<p>Finish editing slices if you are sure that /boot is on slice &#8216;a&#8217;.</p>
<p>Distribution -&gt; select smallest system possible:<br />
- select Custom<br />
- select base, kernels, man</p>
<p>And finally commit.<br />
Once he have done, exit sysinstall and return to the console</p>
<p>Mount the newly created system in the live system:<br />
# mount /dev/ad10s1d /mnt</p>
<p>Place booting files in /mnt/mntboot/boot/ and create a link:<br />
# cd /mnt/<br />
# rmdir boot<br />
# mkdir mntboot<br />
# mount /dev/ad10s1a /mnt/mntboot<br />
# cd mntboot<br />
# mkdir tmp<br />
# mv * tmp<br />
# mv tmp boot<br />
# cd /mnt/<br />
# ln -s mntboot/boot boot</p>
<p>Make a backup of our minimal /tmp, /var and /usr:<br />
# cd /mnt<br />
# mount /dev/ad10s1e tmp<br />
# mount /dev/ad10s1f var<br />
# mount /dev/ad10s1g usr<br />
# tar cf back.tar tmp var usr<br />
# umount /mnt/tmp /mnt/var /mnt/usr</p>
<p>Plug in usb pendrive for storing key, it should appear as /dev/da0<br />
# mkdir /mnt/etc/geli<br />
# newfs_msdos -F32  /dev/da0<br />
# mount_msdosfs /dev/da0 /mnt/mnt</p>
<p>Create key-files and initiate encrypted slices for /tmp, /var and /usr<br />
# dd if=/dev/random of=/mnt/etc/geli/TAYGETA_tmp.key1 bs=64 count=1<br />
# dd if=/dev/random of=/mnt/mnt/TAYGETA_tmp.key2 bs=64 count=1<br />
# dd if=/dev/random of=/dev/ad10s1e bs=1m<br />
# cat /mnt/etc/geli/TAYGETA_tmp.key1 /mnt/mnt/TAYGETA_tmp.key2 | \<br />
geli init -e AES -l 128 -s 4096 -P -K &#8211; /dev/ad10s1e<br />
# cat /mnt/etc/geli/TAYGETA_tmp.key1 /mnt/mnt/TAYGETA_tmp.key2 | \<br />
geli attach -p -k &#8211; /dev/ad10s1e<br />
# newfs -O2 -U /dev/ad10s1e.eli<br />
# mount /dev/ad10s1e.eli /mnt/tmp</p>
<p># dd if=/dev/random of=/mnt/etc/geli/TAYGETA_var.key1 bs=64 count=1<br />
# dd if=/dev/random of=/mnt/mnt/TAYGETA_var.key2 bs=64 count=1<br />
# dd if=/dev/random of=/dev/ad10s1f bs=1m<br />
# cat /mnt/etc/geli/TAYGETA_var.key1 /mnt/mnt/TAYGETA_var.key2 | \<br />
geli init -e AES -l 128 -s 4096 -P -K &#8211; /dev/ad10s1f<br />
# cat /mnt/etc/geli/TAYGETA_var.key1 /mnt/mnt/TAYGETA_var.key2 | \<br />
geli attach -p -k &#8211; /dev/ad10s1f<br />
# newfs -O2 -U /dev/ad10s1f.eli<br />
# mount /dev/ad10s1f.eli /mnt/var</p>
<p># dd if=/dev/random of=/mnt/etc/geli/TAYGETA_usr.key1 bs=64 count=1<br />
# dd if=/dev/random of=/mnt/mnt/TAYGETA_usr.key2 bs=64 count=1<br />
# dd if=/dev/random of=/dev/ad10s1g bs=1m<br />
# cat /mnt/etc/geli/TAYGETA_usr.key1 /mnt/mnt/TAYGETA_usr.key2 | \<br />
geli init -e AES -l 128 -s 4096 -P -K &#8211; /dev/ad10s1g<br />
# cat /mnt/etc/geli/TAYGETA_usr.key1 /mnt/mnt/TAYGETA_usr.key2 | \<br />
geli attach -p -k &#8211; /dev/ad10s1g<br />
# newfs -O2 -U /dev/ad10s1g.eli<br />
# mount /dev/ad10s1g.eli /mnt/usr</p>
<p>Randomize swap slice:<br />
# dd if=/dev/random of=/dev/ad10s1b bs=1m</p>
<p>Edit file for correct booting process:<br />
# ee /mnt/boot/loader.conf</p>
<p>currdev=&#8221;disk1s1a&#8221; # current slice containing /boot<br />
rootdev=&#8221;disk1s1d&#8221; # slice containing / in a way that loader understand<br />
vfs.root.mountfrom=&#8221;ufs:ad10s1d.eli&#8221; # slice containing / in a way that<br />
kernel understand<br />
geom_eli_load=&#8221;YES&#8221;</p>
<p>Populate directories:<br />
# cd /mnt<br />
# tar xf back.tar<br />
# rm back.tar<br />
# umount /mnt/tmp /mnt/var /mnt/usr /mnt/mnt /mnt/mntboot</p>
<p>Make a backup of the root<br />
# cd /mnt<br />
# mount /dev/ad10s1e.eli /mnt2<br />
# tar cf /mnt2/back.tar *</p>
<p>And encrypt it. Don&#8217;t forget the passphrase you will be asked for!<br />
# cd /<br />
# umount /mnt<br />
# geli init -e AES -l 128 -s 4096 -b /dev/ad10s1d<br />
# geli attach /dev/ad10s1d<br />
# newfs -O2 -U /dev/ad10s1d.eli<br />
# mount /dev/ad10s1d.eli /mnt<br />
# cd /mnt<br />
# tar xf /mnt2/back.tar<br />
# rm /mnt2/back.tar<br />
# umount /mnt2</p>
<p>Finally edit important files to correctly load system:<br />
# ee /mnt/etc/fstab<br />
/dev/ad10s1a    /mntboot    ufs    ro    1    1<br />
/dev/ad10s1b.eli    none    swap    sw    0    0<br />
/dev/ad10s1d.eli    /    ufs    rw    1    1<br />
/dev/acd0    /cdrom    cd9660    ro,noauto    0    0<br />
/dev/ad10s1e.eli    /tmp   ufs rw  1   1<br />
/dev/ad10s1f.eli    /var  ufs rw  1   1<br />
/dev/ad10s1g.eli    /usr   ufs rw  1   1</p>
<p>Edit /mnt/etc/rc.conf<br />
# ee /mnt/etc/rc.conf<br />
[add the following line]<br />
geli_swap_flags=&#8221;-e Blowfish -l 256 -d&#8221;</p>
<p>Manually change /etc/rc.d/geli (change &#8220;da0&#8243; with your pendrive partition)<br />
# ee /mnt/etc/rc.d/geli</p>
<p>[in "geli_start()" add before "for provider in ${devices}"]</p>
<p>while(true); do<br />
/sbin/mount_msdosfs /dev/da0 /mnt &gt; /dev/null<br />
if [ $? -eq 0 ]; then<br />
break;<br />
fi<br />
echo &#8220;Pendrive missing!&#8221;<br />
sleep 3;<br />
done<br />
echo &#8220;Pendrive found, initializing slices.&#8221;</p>
<p>/bin/cat /etc/geli/TAYGETA_tmp.key1 /mnt/TAYGETA_tmp.key2 | \<br />
/sbin/geli attach -p -k &#8211; /dev/ad10s1e<br />
/bin/cat /etc/geli/TAYGETA_var.key1 /mnt/TAYGETA_var.key2 | \<br />
/sbin/geli attach -p -k &#8211; /dev/ad10s1f<br />
/bin/cat /etc/geli/TAYGETA_usr.key1 /mnt/TAYGETA_usr.key2 | \<br />
/sbin/geli attach -p -k &#8211; /dev/ad10s1g</p>
<p>/sbin/umount /dev/da0 /mnt</p>
<p>[and comment out the rest of geli_start() function]</p>
<p># umount /mnt<br />
# exit</p>
<p>Reboot computer and remove freebsd cdrom. And make a pendrive copy to put in safe place, maybe bank or more secure <img src='http://www.tollari.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.tollari.org/2010/02/02/bsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Texts, docs</title>
		<link>http://www.tollari.org/2010/02/02/texts/</link>
		<comments>http://www.tollari.org/2010/02/02/texts/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 16:26:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Archive]]></category>

		<guid isPermaLink="false">http://potter/?p=210</guid>
		<description><![CDATA[texts
Wikipedia offline     Dec 07
Ho rilasciato il testo della mia tesi di laurea specialistica sotto licenza CC-BY-NC.
Il titolo completo e` Sviluppo di un ambiente software per la consultazione offline di Wikipedia.
E` disponibile il pdf completo e le slides annesse
La tesi verte sui metodi per ottenere una versione offline multipiattaforma di Wikipedia utilizzando [...]]]></description>
			<content:encoded><![CDATA[<p>texts<br />
Wikipedia offline     Dec 07<br />
Ho rilasciato il testo della mia tesi di laurea specialistica sotto licenza CC-BY-NC.<br />
Il titolo completo e` Sviluppo di un ambiente software per la consultazione offline di Wikipedia.</p>
<p>E` disponibile il pdf completo e le slides annesse</p>
<p>La tesi verte sui metodi per ottenere una versione offline multipiattaforma di Wikipedia utilizzando software opensource; in particolare e` stato definito un meccanismo di conversione e un&#8217;interfaccia per la consultazione offline, incluso un motore di ricerca ECMAscript. Il sistema prodotto puo` essere memorizzato su diversi supporti (dvdrom, pendrive, etc) e accessibili da molti sistemi operativi senza richiedere dipendenze particolari.<br />
Il processo e` applicabile a qualsiasi versione di Wikipedia e con poche modifiche a qualsiasi installazione di MediaWiki. Per motivi di responsabilita` in Italia l&#8217;utilizzo del software deve essere personale.<br />
Il nome in codice del progetto e` &#8220;WaNDA&#8221;, acronimo di WaNDA ancora Non Definitivamente Aggiornata. Gli applicativi prodotti sono situati su Sourceforge con il nome di WaNDA-tools: e` qui disponibile l&#8217;ultima versione del pacchetto.<br />
GNU/Linux     Nov 07<br />
Slides per il corso base GNU/Linux Netstudent.<br />
Terza lezione: shell, comandi base, struttura del filesystem, permessi.<br />
corsobaselinux_3_nov07.pdf (source)<br />
FLOSS     Sep 07<br />
Slides on Free/Libre/Open-Source Software, in italian:<br />
FLOSSeCO.pdf (source)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tollari.org/2010/02/02/texts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hardware</title>
		<link>http://www.tollari.org/2010/02/02/proj-hw/</link>
		<comments>http://www.tollari.org/2010/02/02/proj-hw/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 16:25:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Archive]]></category>

		<guid isPermaLink="false">http://potter/?p=208</guid>
		<description><![CDATA[proj-hw
3Nitro     2006
WiFi 2.4 GHz +12dbm N connector
It&#8217;s a revision of Nitro II
Antenna 3Nitro
Nitro II     2006
WiFi 2.4 GHz +10dbm N connector
Antenna Nitro II
Nitro     2006
Introducing Nitro, a low cost hand-made wifi antenna +8-10 dbm @ 2.4GHz
Antenna Nitro
Faxe     2006
this is faxe, the [...]]]></description>
			<content:encoded><![CDATA[<p>proj-hw<br />
3Nitro     2006<br />
WiFi 2.4 GHz +12dbm N connector<br />
It&#8217;s a revision of Nitro II<br />
Antenna 3Nitro<br />
Nitro II     2006<br />
WiFi 2.4 GHz +10dbm N connector<br />
Antenna Nitro II<br />
Nitro     2006<br />
Introducing Nitro, a low cost hand-made wifi antenna +8-10 dbm @ 2.4GHz</p>
<p>Antenna Nitro<br />
Faxe     2006<br />
this is faxe, the very first wifi antenna i&#8217;ve done, made from a low-cost beer can <img src='http://www.tollari.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.tollari.org/2010/02/02/proj-hw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>multimedia</title>
		<link>http://www.tollari.org/2010/02/02/proj-mm/</link>
		<comments>http://www.tollari.org/2010/02/02/proj-mm/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 16:24:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Archive]]></category>

		<guid isPermaLink="false">http://potter/?p=206</guid>
		<description><![CDATA[proj-mm
xdm skin     2004
When I was used to start in graphical mode, I&#8217;ve made an XDM graphical template:
skins     ~2000
When I was young I&#8217;ve done some skins, compatible with Winamp 2.x, audacious, XMMS, beep-media-player, etc&#8230;
The coolest is this:
Look also at the beatmasters skin:
And finally the first ever done, very [...]]]></description>
			<content:encoded><![CDATA[<p>proj-mm<br />
xdm skin     2004<br />
When I was used to start in graphical mode, I&#8217;ve made an XDM graphical template:<br />
skins     ~2000<br />
When I was young I&#8217;ve done some skins, compatible with Winamp 2.x, audacious, XMMS, beep-media-player, etc&#8230;</p>
<p>The coolest is this:</p>
<p>Look also at the beatmasters skin:</p>
<p>And finally the first ever done, very ugly ;p</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tollari.org/2010/02/02/proj-mm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>software</title>
		<link>http://www.tollari.org/2010/02/02/proj-sw/</link>
		<comments>http://www.tollari.org/2010/02/02/proj-sw/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 16:16:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Archive]]></category>

		<guid isPermaLink="false">http://potter/?p=202</guid>
		<description><![CDATA[proj-sw
phperr     Dec 07
I forgot to link here the humble CMS running this site, called with fantasy phperr.
You can get it here (version 0.5); keep in mind that is very my-site oriented, but the code lines are few and it can be easily more developed.
Contents are stored in text files (no database [...]]]></description>
			<content:encoded><![CDATA[<p>proj-sw<br />
phperr     Dec 07<br />
I forgot to link here the humble CMS running this site, called with fantasy phperr.<br />
You can get it here (version 0.5); keep in mind that is very my-site oriented, but the code lines are few and it can be easily more developed.<br />
Contents are stored in text files (no database required) and are edited in html stile blog; it support upload and management of remote files. The number of pages are unlimited and created as you access them (in wiki stile). Border menus are are also remotely editable in php.<br />
WaNDA-tools     Dec 07<br />
The WaNDA Project has reached a stable status. It allows you to generate a multiplatform offline version of Wikipedia. More info are available at the project page on Sourceforge, where you can get it.</p>
<p>There&#8217;s also a page at Politechnic of Turin, linux@studenti, and my MSc thesis in italian about it, here available in texts section.</p>
<p>The code is a mix of PHP for processing and multiplatform ECMAscript for consulting the offline content.<br />
Ermes     2006<br />
&#8220;Ermes&#8221; is a Windows multicast network application for video conferencing; using video compressions techniques, it streams a desktop area from a server machine to unlimited numbers of clients.</p>
<p>The communication is done with two streams: the audio stream has priority over video, so position of mouse cursor is included with it for improved clearness of speech. The video stream compression is settable to suit situation needs. The programs should run on all Windows NT family (XP, etc..). It works in either client or server mode.<br />
Full sources for Visual Studio 2005 (.NET) are released under GPL v2; the software is mainly written in C# with managed C++.</p>
<p>Sources: Ermes_v0.4.5.zip<br />
Brief documentation in italian with schemes of components: Ermes.pdf<br />
zenzero     2005<br />
&#8220;zenzero&#8221; e` il nome in codice di un breve progetto per il controllo di un autoveicolo.<br />
Il veicolo e` costruito con Lego Mindstorms, il software di controllo e` basata su Statetra e LegoStatetra.</p>
<p>La documentazione del progetto: zenzero.pdf<br />
Il sorgente Statetra del sofware di gestione: zenzero_str.tar.bz2<br />
8051 microcontroller     2004<br />
Microcontrollore 8051: un testo in italiano che contiene sia un&#8217;esaustiva descrizione dell&#8217;architettura che una guida alla programmazione in assembler su processori embedded di questo tipo.<br />
La piattaforma di sviluppo di riferimento e` il Keil A51, l&#8217;integrato ed i compenenti annessi e` della Phytec.</p>
<p>Il testo e` presente qui Microntrollore_8051.pdf<br />
Gli esempi inclusi nel testo sono disponibili qui 8051_code_examples.zip</p>
<p>Il progetto e` stato sviluppato per la laurea di primo livello in collaborazione con fosk.<br />
hchlib     16 Mar 04<br />
Http CHannel LIBrary: an useless generic HTTP network layer.<br />
It permits point to point communication using HTTP and MIME, encoding data with Quoted Printable or Base64.</p>
<p>From the SF page:<br />
Http_channel_lib is a UNIX library to establish a client/server communication trought HTTP/1.0 and MIME. It can encode data (base64, quoted printable) and it&#8217;s compliant with RFCs 821, 1945, 2045. Included full documentation in italian.</p>
<p>The library sources are also available here: hchlib_1.0.tar.gz<br />
In the package is included as documentation the list of API and slides on how-it-works, both in italian: HTTP_adaptation_layer_API.pdf HTTP_adaptation_layer_SLIDES.pdf</p>
<p>The project was developped with fosk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tollari.org/2010/02/02/proj-sw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
