<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.stephanschlegel.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=94.216.230.62</id>
	<title>Wikizone - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.stephanschlegel.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=94.216.230.62"/>
	<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Spezial:Beitr%C3%A4ge/94.216.230.62"/>
	<updated>2026-06-21T09:46:42Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Layar&amp;diff=17658</id>
		<title>Layar</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Layar&amp;diff=17658"/>
		<updated>2011-06-10T16:35:14Z</updated>

		<summary type="html">&lt;p&gt;94.216.230.62: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Layar Augmented Reality Plattform für mobile Endgeräte ==&lt;br /&gt;
=== Links ===&lt;br /&gt;
Layar Wiki mit Tutorials etc.: http://layar.pbworks.com/w/page/7783228/FrontPage&lt;br /&gt;
&lt;br /&gt;
Layar Developer Support: http://devsupport.layar.com/home&lt;br /&gt;
&lt;br /&gt;
Layers testen: http://layar.pbworks.com/w/page/30677258/Test-a-layer&lt;br /&gt;
&lt;br /&gt;
=== Übersicht ===&lt;br /&gt;
==== Das brauchst du ====&lt;br /&gt;
* Layar Account (www.layar.com)&lt;br /&gt;
* Layar Developer Account (www.layar.com/development)&lt;br /&gt;
* Einen Webserver der die POIs liefert&lt;br /&gt;
==== Wie wird ein Layar Layer bereitgestellt - Übersicht ====&lt;br /&gt;
* Layer auf der Publishing Site anlegen unter https://www.layar.com/accounts/login -&amp;gt; Create Layer. Anleitung auf http://layar.pbworks.com/w/page/30676817/Create-a-layer&lt;br /&gt;
&lt;br /&gt;
* Layer Service erzeugen der die POIs und den Content an die Apps liefert.&lt;br /&gt;
&lt;br /&gt;
=== Layer Service ===&lt;br /&gt;
Der Layer Service ist im Prinzip ein Webserver, der den passenden Content liefert. Das läuft folgendermaßen ab:&lt;br /&gt;
# Wenn man den Layer von der Layar Plattform aus testet sendet diese ein GetPOIs request mit einigrn Parametern an den Webservice und zwar an das Skript, daß beim definieren des Layers unter Endpoint URL angegeben wurde.&lt;br /&gt;
# Dieses muß nun eine passende JSON Antwort schicken, die die gewünschte Information enthält. &lt;br /&gt;
# Die JSON Antwort wird von der Layar Plattform validiert und dann an das Endgerät weitergegeben.&lt;br /&gt;
# Die Antwort wird auf dem Endgerät interpretiert und angezeigt.&lt;br /&gt;
&lt;br /&gt;
== Porpoise ==&lt;br /&gt;
PorPOISe is a server for Layar clients. It converts your data sets of POIs&lt;br /&gt;
(Points of Interest) into responses to the Layar client. Things like JSON&lt;br /&gt;
formatting and distance calculation are all done for you. PorPOISe supports&lt;br /&gt;
XML files and SQL databases as data stores.&lt;br /&gt;
&lt;br /&gt;
Es könnte so genutzt werden daß Typo3 ein xml File erzeugt das wiederum von porpoise für Layar zur Verfügung gestellt wird.&lt;br /&gt;
&lt;br /&gt;
=== Quickstart ===&lt;br /&gt;
http://www.slideshare.net/squio/layar-development-on-the-porpoise-platform-4566820&lt;br /&gt;
&lt;br /&gt;
* Download von http://code.google.com/p/porpoise/downloads&lt;br /&gt;
* Entpacken z.B. in Verzeichnis /porpoise&lt;br /&gt;
* Schützen des config Verzeichnisses (oder sogar woanders hinpacken wo es nicht aus dem Web erreicht werden kann. Wenn es verschoben wird in config.php den Pfad anpassen.&lt;br /&gt;
* Aufruf von /web/porpoise.php&lt;br /&gt;
* * Wenn ein Fehler kommt class already loaded in porpoise.inc.php folgendes anpassen:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#/** OAuth aware HTTP client */&lt;br /&gt;
if (! class_exists(&amp;#039;HttpRequest&amp;#039;)){&lt;br /&gt;
	print_r(&amp;quot;require class HttpRequest&amp;quot;);&lt;br /&gt;
		require_once(&amp;quot;httprequest.class.php&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>94.216.230.62</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Layar&amp;diff=17657</id>
		<title>Layar</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Layar&amp;diff=17657"/>
		<updated>2011-06-10T15:43:23Z</updated>

		<summary type="html">&lt;p&gt;94.216.230.62: /* Quickstart */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Layar Augmented Reality Plattform für mobile Endgeräte ==&lt;br /&gt;
&lt;br /&gt;
=== Übersicht ===&lt;br /&gt;
&lt;br /&gt;
== Porpoise ==&lt;br /&gt;
PorPOISe is a server for Layar clients. It converts your data sets of POIs&lt;br /&gt;
(Points of Interest) into responses to the Layar client. Things like JSON&lt;br /&gt;
formatting and distance calculation are all done for you. PorPOISe supports&lt;br /&gt;
XML files and SQL databases as data stores.&lt;br /&gt;
&lt;br /&gt;
Es könnte so genutzt werden daß Typo3 ein xml File erzeugt das wiederum von porpoise für Layar zur Verfügung gestellt wird.&lt;br /&gt;
&lt;br /&gt;
=== Quickstart ===&lt;br /&gt;
http://www.slideshare.net/squio/layar-development-on-the-porpoise-platform-4566820&lt;br /&gt;
&lt;br /&gt;
* Download von http://code.google.com/p/porpoise/downloads&lt;br /&gt;
* Entpacken z.B. in Verzeichnis /porpoise&lt;br /&gt;
* Schützen des config Verzeichnisses (oder sogar woanders hinpacken wo es nicht aus dem Web erreicht werden kann. Wenn es verschoben wird in config.php den Pfad anpassen.&lt;br /&gt;
* Aufruf von /web/porpoise.php&lt;br /&gt;
* * Wenn ein Fehler kommt class already loaded in porpoise.inc.php folgendes anpassen:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#/** OAuth aware HTTP client */&lt;br /&gt;
if (! class_exists(&amp;#039;HttpRequest&amp;#039;)){&lt;br /&gt;
	print_r(&amp;quot;require class HttpRequest&amp;quot;);&lt;br /&gt;
		require_once(&amp;quot;httprequest.class.php&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>94.216.230.62</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Layar&amp;diff=17656</id>
		<title>Layar</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Layar&amp;diff=17656"/>
		<updated>2011-06-10T13:19:09Z</updated>

		<summary type="html">&lt;p&gt;94.216.230.62: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Layar Augmented Reality Plattform für mobile Endgeräte ==&lt;br /&gt;
&lt;br /&gt;
=== Übersicht ===&lt;br /&gt;
&lt;br /&gt;
== Porpoise ==&lt;br /&gt;
PorPOISe is a server for Layar clients. It converts your data sets of POIs&lt;br /&gt;
(Points of Interest) into responses to the Layar client. Things like JSON&lt;br /&gt;
formatting and distance calculation are all done for you. PorPOISe supports&lt;br /&gt;
XML files and SQL databases as data stores.&lt;br /&gt;
&lt;br /&gt;
Es könnte so genutzt werden daß Typo3 ein xml File erzeugt das wiederum von porpoise für Layar zur Verfügung gestellt wird.&lt;br /&gt;
&lt;br /&gt;
=== Quickstart ===&lt;br /&gt;
http://www.slideshare.net/squio/layar-development-on-the-porpoise-platform-4566820&lt;br /&gt;
&lt;br /&gt;
* Download von http://code.google.com/p/porpoise/downloads&lt;br /&gt;
* Entpacken z.B. in Verzeichnis /porpoise&lt;br /&gt;
&lt;br /&gt;
* Schützen des config Verzeichnisses (oder sogar woanders hinpacken wo es nicht aus dem Web erreicht werden kann. Wenn es verschoben wird in config.php den Pfad anpassen.&lt;/div&gt;</summary>
		<author><name>94.216.230.62</name></author>
	</entry>
</feed>