<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://revspace.nl/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Verwijderd20210427</id>
	<title>RevSpace - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://revspace.nl/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Verwijderd20210427"/>
	<link rel="alternate" type="text/html" href="https://revspace.nl/Special:Contributions/Verwijderd20210427"/>
	<updated>2026-05-13T01:50:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Spacestategeschiedenis&amp;diff=22545</id>
		<title>Spacestategeschiedenis</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Spacestategeschiedenis&amp;diff=22545"/>
		<updated>2019-09-06T06:52:49Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Doel en aanleiding ==&lt;br /&gt;
&lt;br /&gt;
Zo compleet mogelijke log van alle spacestate met een redelijk hoge resolutie, om dat vervolgens eeuwig te bewaren. Met 1 byte per minuut heb je jaarlijks slechts ongeveer een halve MB aan data, dus veel ruimte kost het niet.&lt;br /&gt;
&lt;br /&gt;
Vooralsnog zijn we verwend met de heatmaps van flok op https://keetweej.vanheusden.com/revspace/openhm.php (die url is nu https://spaceapi.vanheusden.com/show.php?id=RevSpace) maar die gaan slechts terug tot 2014, en er zijn wat twijfels bij de juistheid van de data (in de &amp;quot;alles&amp;quot;-heatmap staan veel 100%-scores waar alle eerdere heatmaps een lager getal hebben, dat kan niet kloppen (dit is opgelost bij de nieuwe url)). Bovendien wilden we graag een open source implementatie op eigen infrastructuur, omdat het denkbaar is dat voorgenoemde openhm.php niet altijd beschikbaar zal blijven. We voeren de resolutie meteen op van 6 naar 60 momentopnames per uur.&lt;br /&gt;
&lt;br /&gt;
== Subprojecten ==&lt;br /&gt;
&lt;br /&gt;
* Statelogger en dump van heatmaps (Juerd)&lt;br /&gt;
** Source: https://github.com/revspace/statelogger&lt;br /&gt;
** Draait op gateway vanuit /home/juerd/statelogger&lt;br /&gt;
** statelogger draait elke minuut sinds 2018-06&lt;br /&gt;
** create-heatmaps draait elk kwartier&lt;br /&gt;
* Importeren van oude space-states (Juerd, eightdot)&lt;br /&gt;
** Bron 1: twitter (ca. 2010-01 - 2013-06)&lt;br /&gt;
** Bron 2: irc-logs (ca. 2012-05 - 2018-06)&lt;br /&gt;
** Ondanks diverse handmatige fixes klopt &#039;t niet helemaal, maar het is goed genoeg voor bruikbare heatmaps.&lt;br /&gt;
* HTML/CSS van de heatmaps (f0x)&lt;br /&gt;
** Source: https://github.com/revspace/heatmap&lt;br /&gt;
** Een nodejs/express webserver die de json&#039;s van Juerd parsed, en door een template gooit&lt;br /&gt;
** een stuk client-side js voor de bewegende slider, met fallback zonder js&lt;br /&gt;
&lt;br /&gt;
== File format ==&lt;br /&gt;
&lt;br /&gt;
* First 8 bytes (64 bit, little endian): unix time_t epoch time of first data point&lt;br /&gt;
* Subsequent data: one byte per minute, byte offset = 8 + floor((time() - $start_time) / 60)&lt;br /&gt;
** ASCII &#039;0&#039;: space was closed (or mostly closed)&lt;br /&gt;
** ASCII &#039;1&#039;: space was open (or mostly open)&lt;br /&gt;
** ASCII &#039;?&#039;: script did run but could not determine space state (not currently in use)&lt;br /&gt;
** ASCII &#039;\0&#039; (NUL): space state was not recorded&lt;br /&gt;
** Any other value: treat as &#039;?&#039;&lt;br /&gt;
&lt;br /&gt;
Statelog na iets minder dan 18 uur loggen: (&amp;lt;tt&amp;gt;*&amp;lt;/tt&amp;gt; = meer van hetzelfde)&lt;br /&gt;
&lt;br /&gt;
 00000000  ce 39 24 5b 00 00 00 00  31 31 31 31 30 30 30 30  |.9$[....11110000|&lt;br /&gt;
 00000010  30 30 31 31 31 31 31 31  31 31 31 31 31 31 31 31  |0011111111111111|&lt;br /&gt;
 00000020  30 30 30 31 31 31 31 31  31 31 31 31 31 31 31 31  |0001111111111111|&lt;br /&gt;
 00000030  31 31 31 31 31 31 31 31  31 31 31 31 31 31 31 31  |1111111111111111|&lt;br /&gt;
 *&lt;br /&gt;
 00000240  31 31 31 31 31 31 31 31  31 31 31 31 30 30 31 31  |1111111111110011|&lt;br /&gt;
 00000250  31 31 31 31 31 30 30 30  30 30 30 30 30 30 30 30  |1111100000000000|&lt;br /&gt;
 00000260  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|&lt;br /&gt;
 *&lt;br /&gt;
 000002d0  30 30 30 30 30 30 31 31  31 31 31 31 31 31 31 31  |0000001111111111|&lt;br /&gt;
 000002e0  31 31 31 31 31 31 31 31  31 31 31 31 31 31 31 31  |1111111111111111|&lt;br /&gt;
 *&lt;br /&gt;
 00000433&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Event:AnalogeSynth&amp;diff=19415</id>
		<title>Event:AnalogeSynth</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Event:AnalogeSynth&amp;diff=19415"/>
		<updated>2018-08-14T19:40:24Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* Aanmelden */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Event&lt;br /&gt;
 |Name=Final Friday: Workshop Analoge Synthesizers&lt;br /&gt;
 |DateStart=28 Sep 2018 20:30&lt;br /&gt;
 |InfoLocation=Overgoo 1, Leidschendam&lt;br /&gt;
 |InfoOpen=20:00&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=Abstract=&lt;br /&gt;
Pinoaffe en Benadski geven een workshop Analoge Synthesizers bouwen.&lt;br /&gt;
&lt;br /&gt;
Er gaat uitleg gegeven worden over de basis-onderdelen van een modulaire synthesizer (VCO, VCA, VCF, LFO, EG, FG, SEQ, etc), en over een aantal onderdelen van een synthesizer-circuit (buffers, comparators, CD4xxx chips).&lt;br /&gt;
&lt;br /&gt;
Vervolgens kunnen deelnemers zelf een kitje solderen indien ze dat willen (na bijdrage van ongeveer 5 euro).&lt;br /&gt;
&lt;br /&gt;
=Organisatie=&lt;br /&gt;
Organisator:&lt;br /&gt;
&lt;br /&gt;
* Promotie evenement&lt;br /&gt;
* Bezoekers welkom heten en zorgen dat zij weten hoe revbank werkt en een rondleiding krijgen&lt;br /&gt;
* Voorste deel van de hoofdruimte vrij maken&lt;br /&gt;
* &amp;lt;s&amp;gt;Klapstoelen uit stookhok pakken en opstellen&amp;lt;/s&amp;gt; (alleen als het erg druk wordt)&lt;br /&gt;
* Hoge tafel voor laptop spreker, graag incl stekkerdoos en VGA of HDMI kabel&lt;br /&gt;
* Achteraf ruimte opruimen&lt;br /&gt;
&lt;br /&gt;
=Materialen=&lt;br /&gt;
&lt;br /&gt;
De organisatie zorgt voor een set onderdelen om mee te experimenteren.&lt;br /&gt;
Voor het kitje wordt een bijdrage van ongeveer 5 euro verwacht (alleen voor de actieve deelnemers van toepassing).&lt;br /&gt;
&lt;br /&gt;
=Aanmelden=&lt;br /&gt;
Aanmelden hoeft niet! Je bent gewoon welkom! &lt;br /&gt;
&lt;br /&gt;
Maar... Wil je &#039;&#039;&#039;actief&#039;&#039;&#039; meedoen (kitje solderen) dan is inschrijven wel nodig.&lt;br /&gt;
&lt;br /&gt;
* Trashman&lt;br /&gt;
* Aetios&lt;br /&gt;
* Sebastius,&lt;br /&gt;
* Flok99&lt;br /&gt;
&lt;br /&gt;
Max: 10 &#039;&#039;&#039;actieve&#039;&#039;&#039; deelnemers.&lt;br /&gt;
&lt;br /&gt;
Waarschijnlijk hebben we ook nog PCB&#039;s over voor latent actieve deelnemers. ;)&lt;br /&gt;
&lt;br /&gt;
Als je geen wiki account hebt en toch wilt deelnemen, vraag dan iemand je toe te voegen via IRC of mailadres: revspace at revspace punt nl&lt;br /&gt;
&lt;br /&gt;
= Livestream =&lt;br /&gt;
NVT&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=18362</id>
		<title>Bliksem</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=18362"/>
		<updated>2018-05-10T16:54:08Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Laten we blikseminslagen in een omtrek van 40km op een of andere manier zichtbaar maken in de space.&lt;br /&gt;
&lt;br /&gt;
Dat op basis van een [http://ams.com/eng/Products/Wireless-Connectivity/Wireless-Sensor-Connectivity/AS3935 AS3935] sensor.&lt;br /&gt;
Flok koopt &#039;m en soldeert er een Wemos D1 aan vast en doet er mqtt software op.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flok: 10e + wemos d1&lt;br /&gt;
* Jelle: 10e&lt;br /&gt;
* Lukkie: 10e&lt;br /&gt;
* Benadski: 6e&lt;br /&gt;
* Gori : 5e&lt;br /&gt;
&lt;br /&gt;
[[File:S-l300.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Op ebay: [http://www.ebay.com/itm/232111328523 http://www.ebay.com/itm/232111328523] let op de portokosten!&lt;br /&gt;
E.e.a. kost qua geld 40,45 dollar (inclusief verzendkosten). Dat is ongeveer 35,16 euro.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
2017/07/21: ding is besteld!&lt;br /&gt;
&lt;br /&gt;
2017/11/24: ding hangt en doet &#039;t! mqtt topic revspace/bliksem/16166904&lt;br /&gt;
&lt;br /&gt;
2018/05/10: er zit een web-page op (http://10.42.45.122/) die vertelt wanneer de laatste bliksem was en de afstand ook. ook doet-ie mdns dus je moet &#039;m kunnen vinden zonder dhcp-inzage&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=18361</id>
		<title>Bliksem</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=18361"/>
		<updated>2018-05-10T16:53:57Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Laten we blikseminslagen in een omtrek van 40km op een of andere manier zichtbaar maken in de space.&lt;br /&gt;
&lt;br /&gt;
Dat op basis van een [http://ams.com/eng/Products/Wireless-Connectivity/Wireless-Sensor-Connectivity/AS3935 AS3935] sensor.&lt;br /&gt;
Flok koopt &#039;m en soldeert er een Wemos D1 aan vast en doet er mqtt software op.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flok: 10e + wemos d1&lt;br /&gt;
* Jelle: 10e&lt;br /&gt;
* Lukkie: 10e&lt;br /&gt;
* Benadski: 6e&lt;br /&gt;
* Gori : 5e&lt;br /&gt;
&lt;br /&gt;
[[File:S-l300.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Op ebay: [http://www.ebay.com/itm/232111328523 http://www.ebay.com/itm/232111328523] let op de portokosten!&lt;br /&gt;
E.e.a. kost qua geld 40,45 dollar (inclusief verzendkosten). Dat is ongeveer 35,16 euro.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
2017/07/21: ding is besteld!&lt;br /&gt;
2017/11/24: ding hangt en doet &#039;t! mqtt topic revspace/bliksem/16166904&lt;br /&gt;
2018/05/10: er zit een web-page op (http://10.42.45.122/) die vertelt wanneer de laatste bliksem was en de afstand ook. ook doet-ie mdns dus je moet &#039;m kunnen vinden zonder dhcp-inzage&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Doorduino3&amp;diff=18360</id>
		<title>Doorduino3</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Doorduino3&amp;diff=18360"/>
		<updated>2018-05-09T17:49:16Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* Ter vergelijking */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;  {{Project&lt;br /&gt;
   |Name=Doorduino3&lt;br /&gt;
   |Status=Completed&lt;br /&gt;
   |Contact=Sebastius&lt;br /&gt;
|Omschrijving=Een gestandariseerde deuropener waar we ook reserves van hebben&lt;br /&gt;
  }}&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
Algemeen:&lt;br /&gt;
&lt;br /&gt;
* Meerdere autonome controllers mogelijk&lt;br /&gt;
* Centraal beheer van alle deuren&lt;br /&gt;
* Bijzonder modulair&lt;br /&gt;
* Werkt met (vrijwel?) alle deuropeners&lt;br /&gt;
* Behalve custom PCB volledig gebouwd op goedkope off-the-shelf componenten&lt;br /&gt;
&lt;br /&gt;
Controller:&lt;br /&gt;
&lt;br /&gt;
* Sleutelbeheer via SSH&lt;br /&gt;
* Deur openen via SSH&lt;br /&gt;
* Meerdere deuren per controller&lt;br /&gt;
* Logs via syslog, eventueel remote&lt;br /&gt;
* Autonoom systeem, blijft werken zonder netwerkverbinding&lt;br /&gt;
* Praat via USB-serial met de doorduino(&#039;s)&lt;br /&gt;
&lt;br /&gt;
== Overzicht Doorduino&#039;s bij Revspace ==&lt;br /&gt;
[[Doorduino3-Deuren]]&lt;br /&gt;
&lt;br /&gt;
Doorduino:&lt;br /&gt;
&lt;br /&gt;
* 1 doorduino per deur&lt;br /&gt;
* Authenticatie via [[Secure iButton]]&lt;br /&gt;
* 24 + 64 bit challenge&lt;br /&gt;
* ID-only iButtons worden ondersteund voor als beveiliging je echt niks kan schelen (of als overgangsfase)&lt;br /&gt;
* Deuropening via knop (optioneel, moet worden ingeschakeld op controller)&lt;br /&gt;
* Arduino is vervangbaar&lt;br /&gt;
* Secrets staan niet op de doorduino&lt;br /&gt;
* Ca. 10 meter kabel naar de deur is getest&lt;br /&gt;
* Aansluitingen via schroefcontacten&lt;br /&gt;
* Aansluiting voor iButton-reader met groene en rode LED&lt;br /&gt;
&lt;br /&gt;
==Idee==&lt;br /&gt;
Door heel Revspace (en de Verlichting) heen gebruikten we DoorDuino 2&#039;s. Een aantal waren minder stabiel (met name door de gebruike hostcomputertjes) en geen enkele opstelling was gelijk. Met de komst van de nieuwe Sparkshack ontstond het plan om alle DoorDuino&#039;s te standaardiseren: een goede behuizing, nette boards en een eenduidige constructie.&lt;br /&gt;
&lt;br /&gt;
De software is inmiddels een flinke verbetering tov Doorduino 2 (zowel op het linux-ding als op de Arduino&#039;s), de hardware is qua componenten gelijk gebleven, behalve dat die componenten nu op een nette PCB worden gesoldeerd in plaats van gaatjesbord.&lt;br /&gt;
&lt;br /&gt;
==DoorDuino boards==&lt;br /&gt;
[[File:Doorduino3_1.JPG|300px|thumb|right|Boards]]In Eagle is een compact board getekend voor de DoorDuino&#039;s van 5x10cm. Hier zijn er een stuk of 20 van besteld, meer dan genoeg voor de hele space en een paar reserve. Het board is ontworpen door Sebastius. Op de print is tevens ruimte voor hacks, patches en fixes. &lt;br /&gt;
&lt;br /&gt;
Bij het &#039;experimenteer&#039; gedeelte zijn 2 pads VCC en 2 pads GND aanwezig. Pas op dat je de LDO van de Arduino niet overbelast! Je kunt dit probleem eenvoudig omzeilen door zelf een LDO aan de 12v lijn te hangen en te verbinden met VCC. Dan wel even de LDO van de Arduino verwijderen om magische rook te voorkomen.&lt;br /&gt;
&lt;br /&gt;
===BOM===&lt;br /&gt;
* Board [https://github.com/revspace/doorduino/tree/master/doorduino3/Board Files], bv via [http://dirtypcbs.com DirtyPCBs.com]&lt;br /&gt;
* Arduino Pro Mini (ATmega 328, 5v, 16mhz)&lt;br /&gt;
* IRL540N Mosfet&lt;br /&gt;
* 0805 resistors: 150, 2x 220, 1k, 1k8, 10k&lt;br /&gt;
* pinheaders en de vrouwelijke variant ervan&lt;br /&gt;
* 1 of 2 jumpers&lt;br /&gt;
* screwterminals (printkroonsteen), 16polig&lt;br /&gt;
&lt;br /&gt;
===Bouw===&lt;br /&gt;
Relatief eenvoudig, volg de silkscreen. De SMD weerstanden gaan als volgt (van boven naar beneden, onder de A0 pin)&lt;br /&gt;
&lt;br /&gt;
* 220&lt;br /&gt;
* 220&lt;br /&gt;
* 150&lt;br /&gt;
* 1k8 &lt;br /&gt;
* 1k0&lt;br /&gt;
* en onder de mosfet zit nog een 10k&lt;br /&gt;
&lt;br /&gt;
Daarna even de jumper op 12v RAW ENABLE zetten. De 5v Serial Enable gebruiken we voorlopig niet (ter voorkoming Magische Rook).&lt;br /&gt;
&lt;br /&gt;
==Behuizing==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===BOM===&lt;br /&gt;
* [[Fibox TA241911T]] (wandbehuizing 24cm x 19cm met transparant deksel) &lt;br /&gt;
* Wandbevestiging&lt;br /&gt;
* Wartels&lt;br /&gt;
* 12v voeding (1 actuator/deur: 2.5A. Voor een enkele Doorduino kun je de voeding inbouwen)&lt;br /&gt;
* Montageplaat (lasercut)&lt;br /&gt;
* Raspberry Pi B+ of 2 (met 4 USB poorten)&lt;br /&gt;
* USB- Serial, bv CP2104&lt;br /&gt;
* KIS33r3 dcdc converter 5v (via AliExpress)&lt;br /&gt;
* kabelbandvoetjes&lt;br /&gt;
* 4x standaard PC standoffs (die bv voor serieel/parallele poorten gebruikt werden) (M3?)&lt;br /&gt;
* 4x M2 standoffs (en schroefjes)&lt;br /&gt;
&lt;br /&gt;
===Montageplaat===&lt;br /&gt;
[[File:Doorduino backplate proto4.JPG|300px|thumb|right|Dit is prototype 4. Het past nu in de kast.]]&lt;br /&gt;
Met de lasercutter snijden we zelf uit 4mm populier-triplex een drager om alle elektronica makkelijk te plaatsen in de kast. Hier rechts is het prototype te zien.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorduino3_grondplaat_proto7.svg|500px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Lasersettings/Volgorde:&#039;&#039;&#039;&lt;br /&gt;
* Zwart: Cut, 60%power, Speed 3&lt;br /&gt;
* Blauw: Mark, 20% power, Speed 100&lt;br /&gt;
* Rood: Cut, idem boven&lt;br /&gt;
&lt;br /&gt;
===Boren===&lt;br /&gt;
Hier hier en daar moeten wat gaatjes komen.&lt;br /&gt;
&lt;br /&gt;
== Aansluitingen ==&lt;br /&gt;
&lt;br /&gt;
Gebruik voor de kabels Cat5(E), liefst 24 AWG (26 AWG is dunner).&lt;br /&gt;
&lt;br /&gt;
=== Standaardkabel ===&lt;br /&gt;
&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
! Rechtstreeks aangesloten !! Via M14-6 Plugje&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
! GND&lt;br /&gt;
| N/C&lt;br /&gt;
|-&lt;br /&gt;
! GRN &lt;br /&gt;
| wit/groen&lt;br /&gt;
|-&lt;br /&gt;
! RED&lt;br /&gt;
| groen&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
! Str&lt;br /&gt;
| wit/bruin + wit/oranje&lt;br /&gt;
|-&lt;br /&gt;
! 12V (of 5V)&lt;br /&gt;
| bruin + oranje&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
! GND&lt;br /&gt;
| wit/blauw&lt;br /&gt;
|-&lt;br /&gt;
! 1w&lt;br /&gt;
| blauw&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
pin 1 = eerste na de notch met de klok mee, kijkend naar gaatjes van plug of soldeerkant van chassisdeel.&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
! 1&lt;br /&gt;
| Str&lt;br /&gt;
| wit/bruin + wit/oranje&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| RED&lt;br /&gt;
| groen&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| GRN&lt;br /&gt;
| wit/groen&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| 12V (of 5V)&lt;br /&gt;
| bruin + oranje&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| 1w&lt;br /&gt;
| blauw&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| GND&lt;br /&gt;
| wit/blauw&lt;br /&gt;
|}&lt;br /&gt;
pin 6 = center&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Uitbreidingskabel ===&lt;br /&gt;
&lt;br /&gt;
Dit is een optionele tweede kabel, bedoeld voor een [[knopje X]], een apart bedrade deuropener (bijv. de lineaire actuatoren die we bij de buitendeuren gebruiken), of allebei. De UTP-kabel zoals hier beschreven heeft geen aansluiting voor een knopje.&lt;br /&gt;
&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
! M14-5 Plugje&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
pin 1 = eerste na de notch met de klok mee, kijkend naar gaatjes van plug of soldeerkant van chassisdeel.&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
! 1&lt;br /&gt;
| GND&lt;br /&gt;
| wit/bruin + wit/blauw&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| GND (BTN)&lt;br /&gt;
| NC&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| BTN&lt;br /&gt;
| NC&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| 12V&lt;br /&gt;
| bruin + oranje + blauw + groen&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| Str&lt;br /&gt;
| wit/bruin + wit/blauw&lt;br /&gt;
|}&lt;br /&gt;
pin 5 = center&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Onderdelen deurkant ===&lt;br /&gt;
&lt;br /&gt;
* iButton probe/reader http://www.ebay.com/itm/iButton-probe-reader-with-LED-metal-casing-/112052064551&lt;br /&gt;
&lt;br /&gt;
pinout: &lt;br /&gt;
* Groen - groene led&lt;br /&gt;
* Bruin - rode led&lt;br /&gt;
* Wit - 1Wire&lt;br /&gt;
* Grijs/Geel - GND&lt;br /&gt;
&lt;br /&gt;
=== Dagschootopener ===&lt;br /&gt;
&lt;br /&gt;
De meeste deuren gebruiken een dagschootopener. Elektrisch gezien is dit gewoon een spoel, die bedraad wordt tussen een permanente 12V of 5V (verschilt per deuropener). Over de spoel moet antiparallel een blusdiode: de indicatie (cathode van de diode) komt dus aan de PLUSkant, in plaats van zoals gebruikelijk aan de MINkant.&lt;br /&gt;
&lt;br /&gt;
Als de opener werkt met 5V in plaats van 12V, heb je een externe 5V-voeding nodig omdat de voltage regulator van de arduino het anders niet trekt:&lt;br /&gt;
# Voed 5V op het contact gelabeld 12V, of op het contact gelabeld 5V.&lt;br /&gt;
# Verbind 12V met 5V met een draad.&lt;br /&gt;
# Gebruik &#039;&#039;niet&#039;&#039; de jumper op &amp;quot;12V RAW enable&amp;quot;, zodat de regulator niet wordt gebruikt.&lt;br /&gt;
&lt;br /&gt;
==== Inbouw Dagschootopener ====&lt;br /&gt;
&lt;br /&gt;
[[File:strike_plate_mod01.jpg|200px]]&lt;br /&gt;
[[File:strike_plate_mod02.jpg|200px]]&lt;br /&gt;
[[File:strike_plate_mod03.jpg|200px]]&lt;br /&gt;
[[File:strike_plate_mod04.jpg|200px]]&lt;br /&gt;
[[File:strike_plate_mod05.jpg|200px]]&lt;br /&gt;
[[File:strike_plate_mod06.jpg|200px]]&lt;br /&gt;
[[File:strike_plate_mod07.jpg|200px]]&lt;br /&gt;
[[File:strike_plate_mod08.jpg|200px]]&lt;br /&gt;
[[File:strike_plate_mod09.jpg|200px]]&lt;br /&gt;
[[File:strike_plate_mod10.jpg|200px]]&lt;br /&gt;
[[File:strike_plate_mod11.jpg|200px]]&lt;br /&gt;
[[File:strike_plate_mod12.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
==== Fail-Safe Dagschootopener, met paniek knop ====&lt;br /&gt;
&lt;br /&gt;
* +12V naar paniek knop contact 3/4 (intern verbonden met 5/6) or/br&lt;br /&gt;
* +12V naar &#039;open&#039; relay A1&lt;br /&gt;
* paniek knop contact 1/2 naar strike+ (wor/wbr) en naar monitoring relay A1 (wgr)&lt;br /&gt;
* evt paniek knop contact 7/8 naar monitoring (gr)&lt;br /&gt;
* strike- naar open relay contact NC&lt;br /&gt;
* GND naar open relay common&lt;br /&gt;
* GND naar monitor relay A2&lt;br /&gt;
* doorduino strike- naar open relay A2&lt;br /&gt;
&lt;br /&gt;
* monitor ingang +/- naar monitor relay contact Common en NC of NO (todo)&lt;br /&gt;
&lt;br /&gt;
[[File:strike-fail-safe.png|200px]]&lt;br /&gt;
&lt;br /&gt;
=== Motor (bijv. lineaire actuator) ===&lt;br /&gt;
&lt;br /&gt;
De deuren met paniekslot worden geopend door met een lineaire actuator de deurklink te bedienen. De actuator krijgt continu +12V of -12V, en beschikt over ingebouwde eindstops. Een DPDT-relais poolt om:&lt;br /&gt;
&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
! EN 50005-nummering !! Omschrijving !! Aansluiting&lt;br /&gt;
|-&lt;br /&gt;
| A1 || Spoelcontact || +12V&amp;lt;br&amp;gt;diode (&amp;amp;ndash; !)&lt;br /&gt;
|-&lt;br /&gt;
| A2 || Spoelcontact || Str&amp;lt;br&amp;gt;diode (+ !)&lt;br /&gt;
|-&lt;br /&gt;
| 11 || Common van eerste pool || Motor +/&amp;amp;ndash;&lt;br /&gt;
|-&lt;br /&gt;
| 12 || NC van eerste pool || Verbonden aan NO van tweede pool&lt;br /&gt;
|-&lt;br /&gt;
| 14 || NO van eerste pool || Verbonden aan NC van tweede pool&lt;br /&gt;
|-&lt;br /&gt;
| 21 || Common van tweede pool || Motor &amp;amp;ndash;/+&lt;br /&gt;
|-&lt;br /&gt;
| 22 || NC van tweede pool || +12V (bijv. doorgelust aan A1)&amp;lt;br&amp;gt;verbonden aan NO van eerste pool&lt;br /&gt;
|-&lt;br /&gt;
| 24 || NO van tweede pool || GND&amp;lt;br&amp;gt;verbonden aan NC van eerste pool&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Als de motor de verkeerde kant opgaat, gewoon 11 en 21 omwisselen (of GND op 22+14 en +12V op 12+24).&lt;br /&gt;
&lt;br /&gt;
==ESD Beveiliging==&lt;br /&gt;
* DS9503 is er voor gemaakt en kost minder dan 1 euro :)&lt;br /&gt;
Schema moet er wel op aangepast, of de boards moeten gemod. We kijken nog wel even. ESD kost met enige regelmaat een Arduino.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
* Arduino&#039;s: [https://github.com/revspace/doorduino/tree/master/doorduino3 upload de sketch]&lt;br /&gt;
* Raspberry Pi: &amp;lt;code&amp;gt;git clone https://github.com/revspace/doorduino&amp;lt;/code&amp;gt;&lt;br /&gt;
** &amp;lt;code&amp;gt;echo &amp;quot;dev =&amp;gt; &#039;/dev/arduino_123456&#039;,&amp;quot; &amp;gt; deurnaam.conf.pl&amp;lt;/code&amp;gt;&lt;br /&gt;
** &amp;lt;code&amp;gt;$EDITOR ibuttons.acl.d/toegangslijst.acl&amp;lt;/code&amp;gt;&lt;br /&gt;
*** Elke niet-lege regel die niet met een hekje begint moet het volgende formaat hebben: &amp;lt;code&amp;gt;id:secret naam&amp;lt;/code&amp;gt;. ID en secret in hexadecimaal (hoofdletterongevoelig), hoeveelheid whitespace tussen eerste en tweede deel maakt niet uit. De naam is de naam van de sleutelhouder.&lt;br /&gt;
** Lang leve het serienummer in CP2104 serial-usb-dingen: &amp;lt;code&amp;gt;echo &#039;SUBSYSTEM==&amp;quot;tty&amp;quot;, ATTRS{idVendor}==&amp;quot;10c4&amp;quot;, ATTRS{idProduct}==&amp;quot;ea60&amp;quot;, SYMLINK=&amp;quot;doorduino_$attr{serial}&amp;quot;&#039; &amp;gt; /etc/udev/rules.d/99-doorduino.rules&amp;lt;/code&amp;gt;&lt;br /&gt;
** systemd unit installeren&lt;br /&gt;
&lt;br /&gt;
== Ter vergelijking ==&lt;br /&gt;
&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
! Space !! Soort sleutel !! Authenticatiesysteem !! Documentatie !! Source !! Opmerkingen&lt;br /&gt;
|-&lt;br /&gt;
| RevSpace || iButton ID + SHA || Raspberry Pi + Arduino&amp;lt;br&amp;gt;GL-Inet + Arduino || [https://revspace.nl/Doorduino3 Doorduino3] || [https://github.com/revspace/doorduino git] || Doorduino3 software overal uitgerold.&lt;br /&gt;
|-&lt;br /&gt;
| Hack42 || iButton ID + SHA || ?? + Arduino || Geen, natuurlijk... || Doorduino3 fork ||&lt;br /&gt;
|-&lt;br /&gt;
| AwesomeSpace || iButton ID + SHA || Raspberry Pi + Arduino || [https://revspace.nl/Doorduino2 Doorduino2] || [https://github.com/revspace/doorduino git]&lt;br /&gt;
|-&lt;br /&gt;
| Frack || iButton ID + SHA || Laptop + Arduino || [https://revspace.nl/Doorduino2 Doorduino2] || [https://github.com/revspace/doorduino git]&lt;br /&gt;
|-&lt;br /&gt;
| Bitlair || iButton ID + SHA || Arduino || - || [https://github.com/bitlair/bitlair_doorduino git] || lock/unlock toggle ipv momentary open&lt;br /&gt;
|-&lt;br /&gt;
| ACKspace || iButton ID-only || Arduino || [https://ackspace.nl/wiki/ACKsess ACKsess] || &amp;amp;larr; wiki || Authenticatie van ID-only is gecensureerd in source&lt;br /&gt;
|-&lt;br /&gt;
| Sk1llz || iButton ID-only || Proprietair || - || gesloten&lt;br /&gt;
|-&lt;br /&gt;
| TkkrLab || iButton ID-only || Arduino || [https://tkkrlab.nl/wiki/DoorAccess DoorAccess]|| &amp;amp;larr; .tar.bz2 || Ook voor betalingen bij bar&lt;br /&gt;
|-&lt;br /&gt;
| Bhack || RFID || TI MSP430G2553 || [http://wiki.bhack.nl/UnlockBhack UnlockBhack] || -&lt;br /&gt;
|-&lt;br /&gt;
| TechInc || RFID + PIN || Cubieboard + 2x Arduino || [https://wiki.techinc.nl/index.php/Doorbot Doorbot] || [https://github.com/techinc/doorbot git]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=18228</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=18228"/>
		<updated>2018-04-20T09:34:23Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* Constatus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== What is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the [[Webcams]].&lt;br /&gt;
It stores video files of all RevSpace webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** originally used for all cameras, still used for camera 6 and 11 which are down.&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all cameras but 6 and 11.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all configured cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* &amp;lt;strike&amp;gt;each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&amp;lt;/strike&amp;gt; this is since 2.0 no longer the case; it seldomly (if ever?) crashes anyway&lt;br /&gt;
* video archive can be viewed under http://10.42.19.84:port/ where port is 8101 for camera 1, 8102 for camera 2 and so on&lt;br /&gt;
&lt;br /&gt;
The configuration &amp;lt;strike&amp;gt;files are JSON&amp;lt;/strike&amp;gt;file is a libconfig++ file.&lt;br /&gt;
&lt;br /&gt;
For revspace:&lt;br /&gt;
* general section: logfile is located in the /usr/local/constatus directory and loglevel set to info&lt;br /&gt;
* source: max-fps set as low as possible (must be high enough for all &amp;quot;users&amp;quot;)&lt;br /&gt;
* always resizing to 640x480, ignoring aspect ratio&lt;br /&gt;
* for mjpeg sources, it is chosen to always ignore issues with ssl certificates&lt;br /&gt;
* http-server: one server is initiated per camera and there&#039;s also a global http-server&lt;br /&gt;
** first server is for motion compatibility: it pushes mjpeg-data without any http handshake whatsoever (apart from the http headers). framerate set to 2fps.&lt;br /&gt;
** &amp;lt;strike&amp;gt;second server serves an html menu with a couple of options. it allows you to browser through the recorded videos. framerate set to 1fps.&amp;lt;/strike&amp;gt;&lt;br /&gt;
* stream-to-disk: only 1 file (currently). avi-container with mjpeg frames. jpeg quality set to 50, frame rate set to 1 fps&lt;br /&gt;
* no motion detection&lt;br /&gt;
* cam5 is mirrored in both axes as it has been mounted upside down&lt;br /&gt;
* every camera adds a text in the upper left corner with the camera-number in it and in the lower-right corner the timestamp of the moment that the frame was recorded(!)&lt;br /&gt;
&lt;br /&gt;
=== Recording Specifications ===&lt;br /&gt;
&lt;br /&gt;
* 1 FPS video files&lt;br /&gt;
* 2 FPS HTTP streaming web interface&lt;br /&gt;
&lt;br /&gt;
* each webcam produces +/- 50MB of data on /camdata per half hour, so that&#039;s +/- 50 * 2 * 24 * 10 = 24GB/day and as /camdata is 100GB we can store around 4 days of video data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cameras ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Number&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Stream port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |HTML port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Physical device protocol&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Where&lt;br /&gt;
|-&lt;br /&gt;
|CAM 1||8084||8101||RTSP||hanging above the 3D printer&lt;br /&gt;
|-&lt;br /&gt;
|CAM 2||8085||8102||MJPEG||cantina/kitchen&lt;br /&gt;
|-&lt;br /&gt;
|CAM 3||8086||8103||MJPEG||back side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 4||8087||8104||MJPEG||front side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 5||8088||8105||RTSP||houtbewerkingsruimte (woodworking shop)&lt;br /&gt;
|-&lt;br /&gt;
|CAM 6||colspan=4|broken&lt;br /&gt;
|-&lt;br /&gt;
|CAM 7||8090||8107||rowspan=4|MJPEG, source is [[Verint Nextiva]]||rowspan=4|these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;br /&gt;
|-&lt;br /&gt;
|CAM 8||8091||8108&lt;br /&gt;
|-&lt;br /&gt;
|CAM 9||8092||8109&lt;br /&gt;
|-&lt;br /&gt;
|CAM 10||8093||8110&lt;br /&gt;
|-&lt;br /&gt;
|CAM 11||colspan=4|These go to eleven?! (this camera doesn&#039;t actually exist yet)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Hoera8jaar&amp;diff=17233</id>
		<title>Hoera8jaar</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Hoera8jaar&amp;diff=17233"/>
		<updated>2018-01-25T20:37:25Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* Activiteiten */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Event&lt;br /&gt;
 |Name=Verjaardag 8&amp;lt;sup&amp;gt;e&amp;lt;/sup&amp;gt; jaar&lt;br /&gt;
 |DateStart=27 Jan 2018&lt;br /&gt;
 |DateEnd=27 Jan 2018&lt;br /&gt;
 |InfoLocation=Overgoo 1, Leidschendam&lt;br /&gt;
 |InfoOpen=17:30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Zaterdag 27 januari is het weer zover, dan viert revspace zijn&lt;br /&gt;
verjaardag / hebben we onze traditionele nieuwjaarsborrel met BBQ.&lt;br /&gt;
&lt;br /&gt;
??? regelt de BBQ (inkopen, barbecues, etc.), maar heeft tijdens de&lt;br /&gt;
dag zelf wel hulp nodig met de bbq (sla en brood snijden, afwassen, etc.).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Activiteiten =&lt;br /&gt;
&lt;br /&gt;
* Demonstratie van Flok z&#039;n zelfbouw retro-style [[Embla|schaakcomputer]] (als-ie z&#039;n schaakbord kan vinden)&lt;br /&gt;
* Benadski zet wat Retrogames klaar&lt;br /&gt;
* Sebastius, Boekenwuurm en Polyfloyd doet ogen pijn met de [[Ledcube]]s&lt;br /&gt;
* Diversen geven Lasercutter instructie&lt;br /&gt;
&lt;br /&gt;
= Takenlijst BBQ =&lt;br /&gt;
&lt;br /&gt;
Kun je de verantwoordelijkheid aan? Zet je naam erbij :-)&lt;br /&gt;
&lt;br /&gt;
; Regelen huur extra BBQ&#039;s en tafels&lt;br /&gt;
* FooBar&lt;br /&gt;
&lt;br /&gt;
; Inchecken gasten&lt;br /&gt;
* [[Sebastius]]&lt;br /&gt;
&lt;br /&gt;
; Inkoop vlees, sla, brood  ([[Hoera8jaar/Boodschappen|boodschappenlijstje]])&lt;br /&gt;
* [[WinSCaP]] &lt;br /&gt;
&lt;br /&gt;
; Inkoop vegea(n)istarisch&lt;br /&gt;
* [[benadski]], doet alles zo veel mogelijk bio en zonder toegevoegde meuk.&lt;br /&gt;
&lt;br /&gt;
; Opbouw en inrichting partytent&lt;br /&gt;
* [[Maxell]]&lt;br /&gt;
* [[Crashjuh]]&lt;br /&gt;
* Jij?&lt;br /&gt;
&lt;br /&gt;
; Inrichten Space/Keuken/Terras ([[Hoera8jaar/Inrichting|ideeen over inrichting]])&lt;br /&gt;
* Jij?&lt;br /&gt;
&lt;br /&gt;
; Grillmeisters&lt;br /&gt;
* FooBar&lt;br /&gt;
* Gori&lt;br /&gt;
* [[benadski]] (vega)&lt;br /&gt;
&lt;br /&gt;
; Salade&lt;br /&gt;
* jij?&lt;br /&gt;
&lt;br /&gt;
; Afwas&lt;br /&gt;
* [[costyn]] +1&lt;br /&gt;
* [[Maxell]]&lt;br /&gt;
* [[Molenaar]]&lt;br /&gt;
* jij?&lt;br /&gt;
&lt;br /&gt;
; Achteraf opruimen en schoonmaken&lt;br /&gt;
* &#039;&#039;iedereen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
; Space stofzuigen en dweilen&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
; Afbouw buiten (partytent en zo, vegen etc)&lt;br /&gt;
* [[Crashjuh]]&lt;br /&gt;
* Jij?&lt;br /&gt;
&lt;br /&gt;
= Aanmeldingen =&lt;br /&gt;
&lt;br /&gt;
Bij &amp;quot;vlees&amp;quot; en &amp;quot;vega(n)&amp;quot; graag het aantal mee-eters vermelden, als je vegaN wilt hebben, zet het erbij, anders krijg je vegA. Kosten voor het eten: &amp;amp;euro;8,- per persoon. We rekenen dit via Revbank met je af.&lt;br /&gt;
&lt;br /&gt;
We gaan tot maximaal 100 aanmeldingen :-) (er is voor 100 mensen plaats in het gebouw, je MOET dus aanmelden om naar Revspace te komen deze dag.)&lt;br /&gt;
&lt;br /&gt;
Zonder wiki-account aanmelden kan ook. Vraag op [[IRC]] in #revspace (freenode) of iemand je wil toevoegen, of e-mail via https://revspace.nl/Contact&lt;br /&gt;
&lt;br /&gt;
Telt de lijst niet goed op? Probeer eens een [https://revspace.nl/index.php?title=Hoera8jaar&amp;amp;action=purge refresh].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;border:40px inset rgba(calc({{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}} * 2),calc((100 - {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}}) * 2), 0,0.4); box-shadow: 0 0 0 5px rgba(calc({{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}} * 2),calc((100 - {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}}) * 2), 0,0.4);;&amp;quot;  &lt;br /&gt;
! Naam/Nick !! Vlees !! Vega(n) !! Opmerkingen&lt;br /&gt;
&lt;br /&gt;
{{BBQParticipant|Participant=[[Sebastius]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Morphje]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[FooBar]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Maxell]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Crashjuh]]|Vlees=5}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Jelly]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[benadski]]|Vega=1|Opmerking=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[costyn]]|Vlees=2|Vega=1|Opmerking=vis is ook ok voor Vega}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Baldwin/Phoenix]]|Vlees=2}}&lt;br /&gt;
{{BBQParticipant|Participant=[[hansg]]|Vega=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[pepman]]|Vlees=1|Vega=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[flok]]||Vega=1|Opmerking=vis is ook ok voor Vega}}&lt;br /&gt;
{{BBQParticipant|Participant=Boekenwuurm|Vlees=1|}}&lt;br /&gt;
{{BBQParticipant|Participant=[[gori]]|Vlees=2}}&lt;br /&gt;
{{BBQParticipant|Participant=[[eightdot]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Stitch]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Rizoom]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[polyfloyd]]|Vlees=2}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Juerd]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Duco]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[The_Jinx]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Tsd]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[deurknop]]|Vega=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Kartoffel]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[merethan]]|Vega=1|Opmerking=E621/MSG/Gistextract etc. = ☠️}}&lt;br /&gt;
{{BBQParticipant|Participant=[[AK47]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Kartoffel]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Pwuts]]|Vlees=2}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Molenaar]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[praseodym]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[WinSCaP]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=zeno4ever|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=Renze|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=Dark Blue|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=Jawsper|Vega=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Linor]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=MRO|Vlees=2}}&lt;br /&gt;
&amp;lt;!-- He jij daar, tof dat je je inschrijft! Overweeg alsjeblieft om je naam ook bij de takenlijst te zetten. Zo&#039;n feestje is best veel werk en we zoeken altijd meer vrijwilligers! --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Subtotaal || {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|limit=999|format=sum}} ||{{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVega|limit=999|format=sum}} ||&lt;br /&gt;
|-&lt;br /&gt;
! Totaal ||colspan=&amp;quot;2&amp;quot;| {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}} || max: 100&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Hoera8jaar&amp;diff=17232</id>
		<title>Hoera8jaar</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Hoera8jaar&amp;diff=17232"/>
		<updated>2018-01-25T20:37:16Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* Activiteiten */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Event&lt;br /&gt;
 |Name=Verjaardag 8&amp;lt;sup&amp;gt;e&amp;lt;/sup&amp;gt; jaar&lt;br /&gt;
 |DateStart=27 Jan 2018&lt;br /&gt;
 |DateEnd=27 Jan 2018&lt;br /&gt;
 |InfoLocation=Overgoo 1, Leidschendam&lt;br /&gt;
 |InfoOpen=17:30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Zaterdag 27 januari is het weer zover, dan viert revspace zijn&lt;br /&gt;
verjaardag / hebben we onze traditionele nieuwjaarsborrel met BBQ.&lt;br /&gt;
&lt;br /&gt;
??? regelt de BBQ (inkopen, barbecues, etc.), maar heeft tijdens de&lt;br /&gt;
dag zelf wel hulp nodig met de bbq (sla en brood snijden, afwassen, etc.).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Activiteiten =&lt;br /&gt;
&lt;br /&gt;
* Demonstratie van Flok z&#039;n retro-style [[Embla|schaakcomputer]] (als-ie z&#039;n schaakbord kan vinden)&lt;br /&gt;
* Benadski zet wat Retrogames klaar&lt;br /&gt;
* Sebastius, Boekenwuurm en Polyfloyd doet ogen pijn met de [[Ledcube]]s&lt;br /&gt;
* Diversen geven Lasercutter instructie&lt;br /&gt;
&lt;br /&gt;
= Takenlijst BBQ =&lt;br /&gt;
&lt;br /&gt;
Kun je de verantwoordelijkheid aan? Zet je naam erbij :-)&lt;br /&gt;
&lt;br /&gt;
; Regelen huur extra BBQ&#039;s en tafels&lt;br /&gt;
* FooBar&lt;br /&gt;
&lt;br /&gt;
; Inchecken gasten&lt;br /&gt;
* [[Sebastius]]&lt;br /&gt;
&lt;br /&gt;
; Inkoop vlees, sla, brood  ([[Hoera8jaar/Boodschappen|boodschappenlijstje]])&lt;br /&gt;
* [[WinSCaP]] &lt;br /&gt;
&lt;br /&gt;
; Inkoop vegea(n)istarisch&lt;br /&gt;
* [[benadski]], doet alles zo veel mogelijk bio en zonder toegevoegde meuk.&lt;br /&gt;
&lt;br /&gt;
; Opbouw en inrichting partytent&lt;br /&gt;
* [[Maxell]]&lt;br /&gt;
* [[Crashjuh]]&lt;br /&gt;
* Jij?&lt;br /&gt;
&lt;br /&gt;
; Inrichten Space/Keuken/Terras ([[Hoera8jaar/Inrichting|ideeen over inrichting]])&lt;br /&gt;
* Jij?&lt;br /&gt;
&lt;br /&gt;
; Grillmeisters&lt;br /&gt;
* FooBar&lt;br /&gt;
* Gori&lt;br /&gt;
* [[benadski]] (vega)&lt;br /&gt;
&lt;br /&gt;
; Salade&lt;br /&gt;
* jij?&lt;br /&gt;
&lt;br /&gt;
; Afwas&lt;br /&gt;
* [[costyn]] +1&lt;br /&gt;
* [[Maxell]]&lt;br /&gt;
* [[Molenaar]]&lt;br /&gt;
* jij?&lt;br /&gt;
&lt;br /&gt;
; Achteraf opruimen en schoonmaken&lt;br /&gt;
* &#039;&#039;iedereen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
; Space stofzuigen en dweilen&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
; Afbouw buiten (partytent en zo, vegen etc)&lt;br /&gt;
* [[Crashjuh]]&lt;br /&gt;
* Jij?&lt;br /&gt;
&lt;br /&gt;
= Aanmeldingen =&lt;br /&gt;
&lt;br /&gt;
Bij &amp;quot;vlees&amp;quot; en &amp;quot;vega(n)&amp;quot; graag het aantal mee-eters vermelden, als je vegaN wilt hebben, zet het erbij, anders krijg je vegA. Kosten voor het eten: &amp;amp;euro;8,- per persoon. We rekenen dit via Revbank met je af.&lt;br /&gt;
&lt;br /&gt;
We gaan tot maximaal 100 aanmeldingen :-) (er is voor 100 mensen plaats in het gebouw, je MOET dus aanmelden om naar Revspace te komen deze dag.)&lt;br /&gt;
&lt;br /&gt;
Zonder wiki-account aanmelden kan ook. Vraag op [[IRC]] in #revspace (freenode) of iemand je wil toevoegen, of e-mail via https://revspace.nl/Contact&lt;br /&gt;
&lt;br /&gt;
Telt de lijst niet goed op? Probeer eens een [https://revspace.nl/index.php?title=Hoera8jaar&amp;amp;action=purge refresh].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;border:40px inset rgba(calc({{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}} * 2),calc((100 - {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}}) * 2), 0,0.4); box-shadow: 0 0 0 5px rgba(calc({{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}} * 2),calc((100 - {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}}) * 2), 0,0.4);;&amp;quot;  &lt;br /&gt;
! Naam/Nick !! Vlees !! Vega(n) !! Opmerkingen&lt;br /&gt;
&lt;br /&gt;
{{BBQParticipant|Participant=[[Sebastius]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Morphje]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[FooBar]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Maxell]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Crashjuh]]|Vlees=5}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Jelly]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[benadski]]|Vega=1|Opmerking=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[costyn]]|Vlees=2|Vega=1|Opmerking=vis is ook ok voor Vega}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Baldwin/Phoenix]]|Vlees=2}}&lt;br /&gt;
{{BBQParticipant|Participant=[[hansg]]|Vega=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[pepman]]|Vlees=1|Vega=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[flok]]||Vega=1|Opmerking=vis is ook ok voor Vega}}&lt;br /&gt;
{{BBQParticipant|Participant=Boekenwuurm|Vlees=1|}}&lt;br /&gt;
{{BBQParticipant|Participant=[[gori]]|Vlees=2}}&lt;br /&gt;
{{BBQParticipant|Participant=[[eightdot]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Stitch]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Rizoom]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[polyfloyd]]|Vlees=2}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Juerd]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Duco]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[The_Jinx]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Tsd]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[deurknop]]|Vega=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Kartoffel]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[merethan]]|Vega=1|Opmerking=E621/MSG/Gistextract etc. = ☠️}}&lt;br /&gt;
{{BBQParticipant|Participant=[[AK47]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Kartoffel]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Pwuts]]|Vlees=2}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Molenaar]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[praseodym]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[WinSCaP]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=zeno4ever|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=Renze|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=Dark Blue|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=Jawsper|Vega=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Linor]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=MRO|Vlees=2}}&lt;br /&gt;
&amp;lt;!-- He jij daar, tof dat je je inschrijft! Overweeg alsjeblieft om je naam ook bij de takenlijst te zetten. Zo&#039;n feestje is best veel werk en we zoeken altijd meer vrijwilligers! --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Subtotaal || {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|limit=999|format=sum}} ||{{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVega|limit=999|format=sum}} ||&lt;br /&gt;
|-&lt;br /&gt;
! Totaal ||colspan=&amp;quot;2&amp;quot;| {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}} || max: 100&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Hoera8jaar&amp;diff=17231</id>
		<title>Hoera8jaar</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Hoera8jaar&amp;diff=17231"/>
		<updated>2018-01-25T18:27:19Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* Activiteiten */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Event&lt;br /&gt;
 |Name=Verjaardag 8&amp;lt;sup&amp;gt;e&amp;lt;/sup&amp;gt; jaar&lt;br /&gt;
 |DateStart=27 Jan 2018&lt;br /&gt;
 |DateEnd=27 Jan 2018&lt;br /&gt;
 |InfoLocation=Overgoo 1, Leidschendam&lt;br /&gt;
 |InfoOpen=17:30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Zaterdag 27 januari is het weer zover, dan viert revspace zijn&lt;br /&gt;
verjaardag / hebben we onze traditionele nieuwjaarsborrel met BBQ.&lt;br /&gt;
&lt;br /&gt;
??? regelt de BBQ (inkopen, barbecues, etc.), maar heeft tijdens de&lt;br /&gt;
dag zelf wel hulp nodig met de bbq (sla en brood snijden, afwassen, etc.).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Activiteiten =&lt;br /&gt;
&lt;br /&gt;
* Demonstratie van Flok z&#039;n [[Embla|schaakcomputer]] (als-ie z&#039;n schaakbord kan vinden)&lt;br /&gt;
* Benadski zet wat Retrogames klaar&lt;br /&gt;
* Sebastius, Boekenwuurm en Polyfloyd doet ogen pijn met de [[Ledcube]]s&lt;br /&gt;
* Diversen geven Lasercutter instructie&lt;br /&gt;
&lt;br /&gt;
= Takenlijst BBQ =&lt;br /&gt;
&lt;br /&gt;
Kun je de verantwoordelijkheid aan? Zet je naam erbij :-)&lt;br /&gt;
&lt;br /&gt;
; Regelen huur extra BBQ&#039;s en tafels&lt;br /&gt;
* FooBar&lt;br /&gt;
&lt;br /&gt;
; Inchecken gasten&lt;br /&gt;
* [[Sebastius]]&lt;br /&gt;
&lt;br /&gt;
; Inkoop vlees, sla, brood  ([[Hoera8jaar/Boodschappen|boodschappenlijstje]])&lt;br /&gt;
* [[WinSCaP]] &lt;br /&gt;
&lt;br /&gt;
; Inkoop vegea(n)istarisch&lt;br /&gt;
* [[benadski]], doet alles zo veel mogelijk bio en zonder toegevoegde meuk.&lt;br /&gt;
&lt;br /&gt;
; Opbouw en inrichting partytent&lt;br /&gt;
* [[Maxell]]&lt;br /&gt;
* [[Crashjuh]]&lt;br /&gt;
* Jij?&lt;br /&gt;
&lt;br /&gt;
; Inrichten Space/Keuken/Terras ([[Hoera8jaar/Inrichting|ideeen over inrichting]])&lt;br /&gt;
* Jij?&lt;br /&gt;
&lt;br /&gt;
; Grillmeisters&lt;br /&gt;
* FooBar&lt;br /&gt;
* Gori&lt;br /&gt;
* [[benadski]] (vega)&lt;br /&gt;
&lt;br /&gt;
; Salade&lt;br /&gt;
* jij?&lt;br /&gt;
&lt;br /&gt;
; Afwas&lt;br /&gt;
* [[costyn]] +1&lt;br /&gt;
* [[Maxell]]&lt;br /&gt;
* [[Molenaar]]&lt;br /&gt;
* jij?&lt;br /&gt;
&lt;br /&gt;
; Achteraf opruimen en schoonmaken&lt;br /&gt;
* &#039;&#039;iedereen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
; Space stofzuigen en dweilen&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
; Afbouw buiten (partytent en zo, vegen etc)&lt;br /&gt;
* [[Crashjuh]]&lt;br /&gt;
* Jij?&lt;br /&gt;
&lt;br /&gt;
= Aanmeldingen =&lt;br /&gt;
&lt;br /&gt;
Bij &amp;quot;vlees&amp;quot; en &amp;quot;vega(n)&amp;quot; graag het aantal mee-eters vermelden, als je vegaN wilt hebben, zet het erbij, anders krijg je vegA. Kosten voor het eten: &amp;amp;euro;8,- per persoon. We rekenen dit via Revbank met je af.&lt;br /&gt;
&lt;br /&gt;
We gaan tot maximaal 100 aanmeldingen :-) (er is voor 100 mensen plaats in het gebouw, je MOET dus aanmelden om naar Revspace te komen deze dag.)&lt;br /&gt;
&lt;br /&gt;
Zonder wiki-account aanmelden kan ook. Vraag op [[IRC]] in #revspace (freenode) of iemand je wil toevoegen, of e-mail via https://revspace.nl/Contact&lt;br /&gt;
&lt;br /&gt;
Telt de lijst niet goed op? Probeer eens een [https://revspace.nl/index.php?title=Hoera8jaar&amp;amp;action=purge refresh].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;border:40px inset rgba(calc({{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}} * 2),calc((100 - {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}}) * 2), 0,0.4); box-shadow: 0 0 0 5px rgba(calc({{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}} * 2),calc((100 - {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}}) * 2), 0,0.4);;&amp;quot;  &lt;br /&gt;
! Naam/Nick !! Vlees !! Vega(n) !! Opmerkingen&lt;br /&gt;
&lt;br /&gt;
{{BBQParticipant|Participant=[[Sebastius]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Morphje]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[FooBar]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Maxell]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Crashjuh]]|Vlees=5}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Jelly]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[benadski]]|Vega=1|Opmerking=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[costyn]]|Vlees=2|Vega=1|Opmerking=vis is ook ok voor Vega}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Baldwin/Phoenix]]|Vlees=2}}&lt;br /&gt;
{{BBQParticipant|Participant=[[hansg]]|Vega=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[pepman]]|Vlees=1|Vega=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[flok]]||Vega=1|Opmerking=vis is ook ok voor Vega}}&lt;br /&gt;
{{BBQParticipant|Participant=Boekenwuurm|Vlees=1|}}&lt;br /&gt;
{{BBQParticipant|Participant=[[gori]]|Vlees=2}}&lt;br /&gt;
{{BBQParticipant|Participant=[[eightdot]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Stitch]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Rizoom]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[polyfloyd]]|Vlees=2}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Juerd]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Duco]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[The_Jinx]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Tsd]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[deurknop]]|Vega=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Kartoffel]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[merethan]]|Vega=1|Opmerking=E621/MSG/Gistextract etc. = ☠️}}&lt;br /&gt;
{{BBQParticipant|Participant=[[AK47]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Kartoffel]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Pwuts]]|Vlees=2}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Molenaar]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[praseodym]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[WinSCaP]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=zeno4ever|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=Renze|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=Dark Blue|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=Jawsper|Vega=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Linor]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=MRO|Vlees=2}}&lt;br /&gt;
&amp;lt;!-- He jij daar, tof dat je je inschrijft! Overweeg alsjeblieft om je naam ook bij de takenlijst te zetten. Zo&#039;n feestje is best veel werk en we zoeken altijd meer vrijwilligers! --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Subtotaal || {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|limit=999|format=sum}} ||{{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVega|limit=999|format=sum}} ||&lt;br /&gt;
|-&lt;br /&gt;
! Totaal ||colspan=&amp;quot;2&amp;quot;| {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}} || max: 100&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Embla&amp;diff=17194</id>
		<title>Embla</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Embla&amp;diff=17194"/>
		<updated>2018-01-21T19:56:17Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Embla is a chess program. It plays chess, e.g. generates the moves. It is not a board or so.&lt;br /&gt;
&lt;br /&gt;
Website: [https://vanheusden.com/Embla/ https://vanheusden.com/Embla/]&lt;br /&gt;
&lt;br /&gt;
For the people who are afraid of red, yellow, blue and computers, there&#039;s now a solution: I made a small box combining a small keyboard [https://nl.aliexpress.com/item/5PCS-20-Key-Membrane-Switch-4x5-Matrix-Array-Keypad-Keyboard-Control-Panel-Microprocessor-Keyboard-Controller/32342002201.html these], an even smaller display (a 7110 by Nokia) and a raspberry pi zero.&lt;br /&gt;
&lt;br /&gt;
The raspberry pi zero boots up with the SD card in read-only mode (to prevent SD-damage caused by an unclean shutdown) and starts a small python script. This python script talks the [http://wbec-ridderkerk.nl/html/UCIProtocol.html UCI protocol] understood by Embla and then interfaces the keyboard, the display and the chess program.&lt;br /&gt;
&lt;br /&gt;
[[File:Embla-appliance.png]]&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=File:Broken.png&amp;diff=17193</id>
		<title>File:Broken.png</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=File:Broken.png&amp;diff=17193"/>
		<updated>2018-01-21T19:56:01Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Embla&amp;diff=17192</id>
		<title>Embla</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Embla&amp;diff=17192"/>
		<updated>2018-01-21T19:52:36Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: Created page with &amp;quot;Embla is a chess program. It plays chess, e.g. generates the moves. It is not a board or so.  Website: [https://vanheusden.com/Embla/ https://vanheusden.com/Embla/]  For the p...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Embla is a chess program. It plays chess, e.g. generates the moves. It is not a board or so.&lt;br /&gt;
&lt;br /&gt;
Website: [https://vanheusden.com/Embla/ https://vanheusden.com/Embla/]&lt;br /&gt;
&lt;br /&gt;
For the people who are afraid of red, yellow, blue and computers, there&#039;s now a solution: I made a small box combining a small keyboard [https://nl.aliexpress.com/item/5PCS-20-Key-Membrane-Switch-4x5-Matrix-Array-Keypad-Keyboard-Control-Panel-Microprocessor-Keyboard-Controller/32342002201.html these], an even smaller display (a 7110 by Nokia) and a raspberry pi zero.&lt;br /&gt;
&lt;br /&gt;
The raspberry pi zero boots up with the SD card in read-only mode (to prevent SD-damage caused by an unclean shutdown) and starts a small python script. This python script talks the [http://wbec-ridderkerk.nl/html/UCIProtocol.html UCI protocol] understood by Embla and then interfaces the keyboard, the display and the chess program.&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Hoera8jaar&amp;diff=16722</id>
		<title>Hoera8jaar</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Hoera8jaar&amp;diff=16722"/>
		<updated>2017-12-28T15:41:48Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* Aanmeldingen */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Event&lt;br /&gt;
 |Name=Verjaardag 8&amp;lt;sup&amp;gt;e&amp;lt;/sup&amp;gt; jaar&lt;br /&gt;
 |DateStart=27 Jan 2018&lt;br /&gt;
 |DateEnd=27 Jan 2018&lt;br /&gt;
 |InfoLocation=Overgoo 1, Leidschendam&lt;br /&gt;
 |InfoOpen=17:30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Zaterdag 27 januari is het weer zover, dan viert revspace zijn&lt;br /&gt;
verjaardag / hebben we onze traditionele nieuwjaarsborrel met BBQ.&lt;br /&gt;
&lt;br /&gt;
??? regelt de BBQ (inkopen, barbecues, etc.), maar heeft tijdens de&lt;br /&gt;
dag zelf wel hulp nodig met de bbq (sla en brood snijden, afwassen, etc.).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Activiteiten =&lt;br /&gt;
&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
= Takenlijst BBQ =&lt;br /&gt;
&lt;br /&gt;
Kun je de verantwoordelijkheid aan? Zet je naam erbij :-)&lt;br /&gt;
&lt;br /&gt;
; Regelen huur extra BBQ&#039;s en tafels&lt;br /&gt;
* FooBar&lt;br /&gt;
&lt;br /&gt;
; Inchecken gasten&lt;br /&gt;
* [[Sebastius]]&lt;br /&gt;
&lt;br /&gt;
; Inkoop vlees, sla, brood  ([[Hoera8jaar/Boodschappen|boodschappenlijstje]])&lt;br /&gt;
* Jij?&lt;br /&gt;
&lt;br /&gt;
; Inkoop vegea(n)istarisch&lt;br /&gt;
* [[benadski]], doet alles zo veel mogelijk bio en zonder toegevoegde meuk.&lt;br /&gt;
&lt;br /&gt;
; Opbouw en inrichting partytent&lt;br /&gt;
* Jij?&lt;br /&gt;
&lt;br /&gt;
; Inrichten Space/Keuken/Terras ([[Hoera8jaar/Inrichting|ideeen over inrichting]])&lt;br /&gt;
* Jij?&lt;br /&gt;
&lt;br /&gt;
; Grillmeisters&lt;br /&gt;
* FooBar&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
; Salade&lt;br /&gt;
* jij?&lt;br /&gt;
&lt;br /&gt;
; Afwas&lt;br /&gt;
* [[costyn]]&lt;br /&gt;
* jij?&lt;br /&gt;
&lt;br /&gt;
; Achteraf opruimen en schoonmaken&lt;br /&gt;
* &#039;&#039;iedereen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
; Space stofzuigen en dweilen&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
; Afbouw buiten (partytent en zo, vegen etc)&lt;br /&gt;
* Jij?&lt;br /&gt;
&lt;br /&gt;
= Aanmeldingen =&lt;br /&gt;
&lt;br /&gt;
Bij &amp;quot;vlees&amp;quot; en &amp;quot;vega(n)&amp;quot; graag het aantal mee-eters vermelden, als je vegaN wilt hebben, zet het erbij, anders krijg je vegA. Kosten voor het eten: &amp;amp;euro;8,- per persoon. We rekenen dit via Revbank met je af.&lt;br /&gt;
&lt;br /&gt;
We gaan tot maximaal 100 aanmeldingen :-) (er is voor 100 mensen plaats in het gebouw, je MOET dus aanmelden om naar Revspace te komen deze dag.)&lt;br /&gt;
&lt;br /&gt;
Zonder wiki-account aanmelden kan ook. Vraag op [[IRC]] in #revspace (freenode) of iemand je wil toevoegen, of e-mail via https://revspace.nl/Contact&lt;br /&gt;
&lt;br /&gt;
Telt de lijst niet goed op? Probeer eens een [https://revspace.nl/index.php?title=Hoera8jaar&amp;amp;action=purge refresh].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;border:40px inset rgba(calc({{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}} * 2),calc((100 - {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}}) * 2), 0,0.4); box-shadow: 0 0 0 5px rgba(calc({{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}} * 2),calc((100 - {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}}) * 2), 0,0.4);;&amp;quot;  &lt;br /&gt;
! Naam/Nick !! Vlees !! Vega(n) !! Opmerkingen&lt;br /&gt;
&lt;br /&gt;
{{BBQParticipant|Participant=[[Sebastius]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Morphje]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[FooBar]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Maxell]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Crashjuh]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Jelly]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[benadski]]|Vega=1|Opmerking=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Lukkie]]|Vlees=1|Opmerking=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[blaat]]|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[costyn]]|Vlees=1|Vega=1|Opmerking=vis is ook ok voor Vega}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Baldwin/Phoenix]]|Vlees=2}}&lt;br /&gt;
{{BBQParticipant|Participant=[[hansg]]|Vega=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[pepman]]|Vlees=1|Vega=1}}&lt;br /&gt;
{{BBQParticipant|Participant=[[flok]]||Vega=1|Opmerking=vis is ook ok voor Vega}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- He jij daar, tof dat je je inschrijft! Overweeg alsjeblieft om je naam ook bij de takenlijst te zetten. Zo&#039;n feestje is best veel werk en we zoeken altijd meer vrijwilligers! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! Subtotaal || {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|limit=999|format=sum}} ||{{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVega|limit=999|format=sum}} ||&lt;br /&gt;
|-&lt;br /&gt;
! Totaal ||colspan=&amp;quot;2&amp;quot;| {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}} || max: 100&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=16520</id>
		<title>Bliksem</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=16520"/>
		<updated>2017-11-24T20:12:00Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Laten we blikseminslagen in een omtrek van 40km op een of andere manier zichtbaar maken in de space.&lt;br /&gt;
&lt;br /&gt;
Dat op basis van een [http://ams.com/eng/Products/Wireless-Connectivity/Wireless-Sensor-Connectivity/AS3935 AS3935] sensor.&lt;br /&gt;
Flok koopt &#039;m en soldeert er een Wemos D1 aan vast en doet er mqtt software op.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flok: 10e + wemos d1&lt;br /&gt;
* Jelle: 10e&lt;br /&gt;
* Lukkie: 10e&lt;br /&gt;
* Benadski: 6e&lt;br /&gt;
&lt;br /&gt;
[[File:S-l300.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Op ebay: [http://www.ebay.com/itm/232111328523 http://www.ebay.com/itm/232111328523] let op de portokosten!&lt;br /&gt;
E.e.a. kost qua geld 40,45 dollar (inclusief verzendkosten). Dat is ongeveer 35,16 euro.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
2017/07/21: ding is besteld!&lt;br /&gt;
2017/11/24: ding hangt en doet &#039;t! mqtt topic revspace/bliksem/16166904&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15871</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15871"/>
		<updated>2017-09-05T14:01:54Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== What is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the [[Webcams]].&lt;br /&gt;
It stores video files of all RevSpace webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** originally used for all cameras, still used for camera 6 and 11 which are down.&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all cameras but 6 and 11.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all configured cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
* video archive can be viewed under http://10.42.19.84:port/ where port is 8101 for camera 1, 8102 for camera 2 and so on&lt;br /&gt;
&lt;br /&gt;
The configuration files are JSON files.&lt;br /&gt;
They consist of 2 or more sections: general, source and then optional sections.&lt;br /&gt;
Every other section (apart from video loopback) has an array of entries for their data.&lt;br /&gt;
&lt;br /&gt;
For revspace:&lt;br /&gt;
* general section: logfile is located in the /usr/local/constatus directory and loglevel set to info&lt;br /&gt;
* source: max-fps set as low as possible (must be high enough for all &amp;quot;users&amp;quot;)&lt;br /&gt;
* always resizing to 640x480, ignoring aspect ratio&lt;br /&gt;
* for mjpeg sources, it is chosen to always ignore issues with ssl certificates&lt;br /&gt;
* http-server: two servers are instantiated per camera&lt;br /&gt;
** first server is for motion compatibility: it pushes mjpeg-data without any http handshake whatsoever (apart from the http headers). framerate set to 2fps.&lt;br /&gt;
** second server serves an html menu with a couple of options. it allows you to browser through the recorded videos. framerate set to 1fps.&lt;br /&gt;
* stream-to-disk: only 1 file (currently). avi-container with mjpeg frames. jpeg quality set to 50, frame rate set to 1 fps&lt;br /&gt;
* no motion detection&lt;br /&gt;
* cam5 is mirrored in both axes as it has been mounted upside down&lt;br /&gt;
* every camera adds a text in the upper left corner with the camera-number in it and in the lower-right corner the timestamp of the moment that the frame was recorded(!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Recording Specifications ===&lt;br /&gt;
&lt;br /&gt;
* 1 FPS video files&lt;br /&gt;
* 2 FPS HTTP streaming web interface&lt;br /&gt;
&lt;br /&gt;
* each webcam produces +/- 50MB of data on /camdata per half hour, so that&#039;s +/- 50 * 2 * 24 * 10 = 24GB/day and as /camdata is 100GB we can store around 4 days of video data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cameras ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Number&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Stream port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |HTML port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Physical device protocol&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Where&lt;br /&gt;
|-&lt;br /&gt;
|CAM 1||8084||8101||RTSP||hanging above the 3D printer&lt;br /&gt;
|-&lt;br /&gt;
|CAM 2||8085||8102||MJPEG||cantina/kitchen&lt;br /&gt;
|-&lt;br /&gt;
|CAM 3||8086||8103||MJPEG||back side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 4||8087||8104||MJPEG||front side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 5||8088||8105||RTSP||houtbewerkingsruimte (woodworking shop)&lt;br /&gt;
|-&lt;br /&gt;
|CAM 6||colspan=4|broken&lt;br /&gt;
|-&lt;br /&gt;
|CAM 7||8090||8107||rowspan=4|MJPEG, source is [[Verint Nextiva]]||rowspan=4|these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;br /&gt;
|-&lt;br /&gt;
|CAM 8||8091||8108&lt;br /&gt;
|-&lt;br /&gt;
|CAM 9||8092||8109&lt;br /&gt;
|-&lt;br /&gt;
|CAM 10||8093||8110&lt;br /&gt;
|-&lt;br /&gt;
|CAM 11||colspan=4|These go to eleven?! (this camera doesn&#039;t actually exist yet)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15865</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15865"/>
		<updated>2017-09-04T09:24:03Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== What is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the [[Webcams]].&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** originally used for all cameras, still used for camera 6 and 11 which are down.&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all cameras but 6 and 11.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all configured cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
* video archive can be viewed under http://10.42.19.84:port/ where port is 8101 for camera 1, 8102 for camera 2 and so on&lt;br /&gt;
&lt;br /&gt;
The configuration files are JSON files.&lt;br /&gt;
They consist of 2 or more sections: general, source and then optional sections.&lt;br /&gt;
Every other section (apart from video loopback) has an array of entries for their data.&lt;br /&gt;
&lt;br /&gt;
For revspace:&lt;br /&gt;
* general section: logfile is located in the /usr/local/constatus directory and loglevel set to info&lt;br /&gt;
* source: max-fps set as low as possible (must be high enough for all &amp;quot;users&amp;quot;)&lt;br /&gt;
* always resizing to 640x480, ignoring aspect ratio&lt;br /&gt;
* for mjpeg sources, it is chosen to always ignore issues with ssl certificates&lt;br /&gt;
* http-server: two servers are instantiated per camera&lt;br /&gt;
** first server is for motion compatibility: it pushes mjpeg-data without any http handshake whatsoever (apart from the http headers). framerate set to 2fps.&lt;br /&gt;
** second server serves an html menu with a couple of options. it allows you to browser through the recorded videos. framerate set to 1fps.&lt;br /&gt;
* stream-to-disk: only 1 file (currently). avi-container with mjpeg frames. jpeg quality set to 50, frame rate set to 1 fps&lt;br /&gt;
* no motion detection&lt;br /&gt;
* cam5 is mirrored in both axes as it has been mounted upside down&lt;br /&gt;
* every camera adds a text in the upper left corner with the camera-number in it and in the lower-right corner the timestamp of the moment that the frame was recorded(!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Recording Specifications ===&lt;br /&gt;
&lt;br /&gt;
* 1 FPS video files&lt;br /&gt;
* 2 FPS HTTP streaming web interface&lt;br /&gt;
&lt;br /&gt;
* each webcam produces +/- 50MB of data on /camdata per half hour, so that&#039;s +/- 50 * 2 * 24 * 10 = 24GB/day and as /camdata is 100GB we can store around 4 days of video data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cameras ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Number&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Stream port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |HTML port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Physical device protocol&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Where&lt;br /&gt;
|-&lt;br /&gt;
|CAM 1||8084||8101||RTSP||hanging above the 3D printer&lt;br /&gt;
|-&lt;br /&gt;
|CAM 2||8085||8102||MJPEG||cantina/kitchen&lt;br /&gt;
|-&lt;br /&gt;
|CAM 3||8086||8103||MJPEG||back side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 4||8087||8104||MJPEG||front side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 5||8088||8105||RTSP||houtbewerkingsruimte (woodworking shop)&lt;br /&gt;
|-&lt;br /&gt;
|CAM 6||colspan=4|broken&lt;br /&gt;
|-&lt;br /&gt;
|CAM 7||8090||8107||rowspan=4|MJPEG, source is [[Verint Nextiva]]||rowspan=4|these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;br /&gt;
|-&lt;br /&gt;
|CAM 8||8091||8108&lt;br /&gt;
|-&lt;br /&gt;
|CAM 9||8092||8109&lt;br /&gt;
|-&lt;br /&gt;
|CAM 10||8093||8110&lt;br /&gt;
|-&lt;br /&gt;
|CAM 11||colspan=4|These go to eleven?! (this camera doesn&#039;t actually exist yet)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15864</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15864"/>
		<updated>2017-09-04T09:23:54Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* Recording Specifications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== What is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the [[Webcams]].&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** originally used for all cameras, still used for camera 6 and 11 which are down.&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all cameras but 6 and 11.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all configured cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
* video archive can be viewed under http://10.42.19.84:port/ where port is 8101 for camera 1, 8102 for camera 2 and so on&lt;br /&gt;
&lt;br /&gt;
The configuration files are JSON files.&lt;br /&gt;
They consist of 2 or more sections: general, source and then optional sections.&lt;br /&gt;
Every other section (apart from video loopback) has an array of entries for their data.&lt;br /&gt;
&lt;br /&gt;
For revspace:&lt;br /&gt;
* general section: logfile is located in the /usr/local/constatus directory and loglevel set to info&lt;br /&gt;
* source: max-fps set as low as possible (must be high enough for all &amp;quot;users&amp;quot;)&lt;br /&gt;
* always resizing to 640x480, ignoring aspect ratio&lt;br /&gt;
* for mjpeg sources, it is chosen to always ignore issues with ssl certificates&lt;br /&gt;
* http-server: two servers are instantiated per camera&lt;br /&gt;
** first server is for motion compatibility: it pushes mjpeg-data without any http handshake whatsoever (apart from the http headers). framerate set to 2fps.&lt;br /&gt;
** second server serves an html menu with a couple of options. it allows you to browser through the recorded videos. framerate set to 1fps.&lt;br /&gt;
* stream-to-disk: only 1 file (currently). avi-container with mjpeg frames. jpeg quality set to 50, frame rate set to 1 fps&lt;br /&gt;
* no motion detection&lt;br /&gt;
* cam5 is mirrored in both axes as it has been mounted upside down&lt;br /&gt;
* every camera adds a text in the upper left corner with the camera-number in it and in the lower-right corner the timestamp of the moment that the frame was recorded(!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Recording Specifications ===&lt;br /&gt;
&lt;br /&gt;
* 1 FPS video files&lt;br /&gt;
* 2 FPS HTTP streaming web interface&lt;br /&gt;
&lt;br /&gt;
* each webcam produces +/- 50MB of data on /camdata per half hour, so that&#039;s +/- 50 * 2 * 24 * 10 = 24GB/day and as /camdata is 100GB we can store around 4 days of video data&lt;br /&gt;
&lt;br /&gt;
=== Cameras ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Number&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Stream port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |HTML port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Physical device protocol&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Where&lt;br /&gt;
|-&lt;br /&gt;
|CAM 1||8084||8101||RTSP||hanging above the 3D printer&lt;br /&gt;
|-&lt;br /&gt;
|CAM 2||8085||8102||MJPEG||cantina/kitchen&lt;br /&gt;
|-&lt;br /&gt;
|CAM 3||8086||8103||MJPEG||back side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 4||8087||8104||MJPEG||front side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 5||8088||8105||RTSP||houtbewerkingsruimte (woodworking shop)&lt;br /&gt;
|-&lt;br /&gt;
|CAM 6||colspan=4|broken&lt;br /&gt;
|-&lt;br /&gt;
|CAM 7||8090||8107||rowspan=4|MJPEG, source is [[Verint Nextiva]]||rowspan=4|these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;br /&gt;
|-&lt;br /&gt;
|CAM 8||8091||8108&lt;br /&gt;
|-&lt;br /&gt;
|CAM 9||8092||8109&lt;br /&gt;
|-&lt;br /&gt;
|CAM 10||8093||8110&lt;br /&gt;
|-&lt;br /&gt;
|CAM 11||colspan=4|These go to eleven?! (this camera doesn&#039;t actually exist yet)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15857</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15857"/>
		<updated>2017-09-03T19:37:44Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all its cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
* video archive can be viewed under http://10.42.19.84:port/ where port is 8101 for camera 1, 8102 for camera 2 and so on&lt;br /&gt;
&lt;br /&gt;
The configuration files are JSON files.&lt;br /&gt;
They consist of 2 or more sections: general, source and then optional sections.&lt;br /&gt;
Every other section (apart from video loopback) have an array of entries for their data.&lt;br /&gt;
&lt;br /&gt;
For revspace:&lt;br /&gt;
* general section: logfile is located in the /usr/local/constatus directory and loglevel set to info&lt;br /&gt;
* source: max-fps set as low as possible (must be high enough for all &amp;quot;users&amp;quot;)&lt;br /&gt;
* always resizing to 640x480, ignoring aspect ratio&lt;br /&gt;
* for mjpeg sources, it is chosen to always ignore issues with ssl certificates&lt;br /&gt;
* http-server: two servers are instantiated per camera&lt;br /&gt;
** first server is for motion compatibility: it pushes mjpeg-data without any http handshake whatsoever (apart from the http headers). framerate set to 2fps&lt;br /&gt;
** second server serves an html menu with a couple of options. it allows you to browser through the recorded videos. framerate set to 1fps.&lt;br /&gt;
* stream-to-disk: only 1 file (currently). avi-container with mjpeg frames. jpeg quality set to 50, frame rate set to 1 fps&lt;br /&gt;
* no motion detection&lt;br /&gt;
* cam5 is mirrored in both axises as it has been mounted upside down&lt;br /&gt;
* every camera adds a text in the upper left corner with the camera-number in it and in the lower-right corner the timestamp of the moment that the frame was recorded(!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Recording Specifications ===&lt;br /&gt;
&lt;br /&gt;
* 1 FPS video files&lt;br /&gt;
* 2 FPS HTTP streaming web interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cameras ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Number&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Stream port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |HTML port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Physical device protocol&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Where&lt;br /&gt;
|-&lt;br /&gt;
|CAM 1||8084||8101||RTSP||hanging above the 3D printer&lt;br /&gt;
|-&lt;br /&gt;
|CAM 2||8085||8102||MJPEG||cantina/kitchen&lt;br /&gt;
|-&lt;br /&gt;
|CAM 3||8086||8103||MJPEG||back side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 4||8087||8104||MJPEG||front side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 5||8088||8105||RTSP||houtbewerkingsruimte (woodworking shop)&lt;br /&gt;
|-&lt;br /&gt;
|CAM 6||colspan=4|broken&lt;br /&gt;
|-&lt;br /&gt;
|CAM 7||8090||8107||rowspan=4|MJPEG, source is [[Verint Nextiva]]||rowspan=4|these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;br /&gt;
|-&lt;br /&gt;
|CAM 8||8091||8108&lt;br /&gt;
|-&lt;br /&gt;
|CAM 9||8092||8109&lt;br /&gt;
|-&lt;br /&gt;
|CAM 10||8093||8110&lt;br /&gt;
|-&lt;br /&gt;
|CAM 11||colspan=4|These go to eleven?! (this camera doesn&#039;t actually exist yet)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15856</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15856"/>
		<updated>2017-09-03T19:37:07Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* constatus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all its cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
* video archive can be viewed under http://10.42.19.84:port/ where port is 8101 for camera 1, 8102 for camera 2 and so on&lt;br /&gt;
&lt;br /&gt;
The configuration files are JSON files.&lt;br /&gt;
They consist of 2 or more sections: general, source and then optional sections.&lt;br /&gt;
Every other section (apart from video loopback) have an array of entries for their data.&lt;br /&gt;
&lt;br /&gt;
For revspace:&lt;br /&gt;
* general section: logfile is located in the /usr/local/constatus directory and loglevel set to info&lt;br /&gt;
* source: max-fps set as low as possible (must be high enough for all &amp;quot;users&amp;quot;)&lt;br /&gt;
* always resizing to 640x480, ignoring aspect ratio&lt;br /&gt;
* for mjpeg sources, it is chosen to always ignore issues with ssl certificates&lt;br /&gt;
* http-server: two servers are instantiated per camera&lt;br /&gt;
** first server is for motion compatibility: it pushes mjpeg-data without any http handshake whatsoever (apart from the http headers). framerate set to 2fps&lt;br /&gt;
** second server serves an html menu with a couple of options. it allows you to browser through the recorded videos. framerate set to 1fps.&lt;br /&gt;
* stream-to-disk: only 1 file (currently). avi-container with mjpeg frames. jpeg quality set to 50, frame rate set to 1 fps&lt;br /&gt;
* no motion detection&lt;br /&gt;
* cam5 is mirrored in both axises as it has been mounted upside down&lt;br /&gt;
* every camera adds a text in the upper left corner with the camera-number in it and in the lower-right corner the timestamp of the moment that the frame was recorded(!)&lt;br /&gt;
&lt;br /&gt;
=== Recording Specifications ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cameras ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Number&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Stream port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |HTML port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Physical device protocol&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Where&lt;br /&gt;
|-&lt;br /&gt;
|CAM 1||8084||8101||RTSP||hanging above the 3D printer&lt;br /&gt;
|-&lt;br /&gt;
|CAM 2||8085||8102||MJPEG||cantina/kitchen&lt;br /&gt;
|-&lt;br /&gt;
|CAM 3||8086||8103||MJPEG||back side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 4||8087||8104||MJPEG||front side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 5||8088||8105||RTSP||houtbewerkingsruimte (woodworking shop)&lt;br /&gt;
|-&lt;br /&gt;
|CAM 6||colspan=4|broken&lt;br /&gt;
|-&lt;br /&gt;
|CAM 7||8090||8107||rowspan=4|MJPEG, source is [[Verint Nextiva]]||rowspan=4|these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;br /&gt;
|-&lt;br /&gt;
|CAM 8||8091||8108&lt;br /&gt;
|-&lt;br /&gt;
|CAM 9||8092||8109&lt;br /&gt;
|-&lt;br /&gt;
|CAM 10||8093||8110&lt;br /&gt;
|-&lt;br /&gt;
|CAM 11||colspan=4|These go to eleven?! (this camera doesn&#039;t actually exist yet)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15855</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15855"/>
		<updated>2017-09-03T19:35:21Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* constatus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all its cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
* video archive can be viewed under http://10.42.19.84:port/ where port is 8101 for camera 1, 8102 for camera 2 and so on&lt;br /&gt;
&lt;br /&gt;
The configuration files are JSON files.&lt;br /&gt;
They consist of 2 or more sections: general, source and then optional sections.&lt;br /&gt;
Every other section (apart from video loopback) have an array of entries for their data.&lt;br /&gt;
&lt;br /&gt;
For revspace:&lt;br /&gt;
* general section: logfile is located in the /usr/local/constatus directory and loglevel set to info&lt;br /&gt;
* source: max-fps set as low as possible (must be high enough for all &amp;quot;users&amp;quot;)&lt;br /&gt;
* always resizing to 640x480, ignoring aspect ratio&lt;br /&gt;
* for mjpeg sources, it is chosen to always ignore issues with ssl certificates&lt;br /&gt;
* http-server: two servers are instantiated per camera&lt;br /&gt;
** first server is for motion compatibility: it pushes mjpeg-data without any http handshake whatsoever (apart from the http headers). framerate set to 2fps&lt;br /&gt;
** second server serves an html menu with a couple of options. it allows you to browser through the recorded videos. framerate set to 1fps.&lt;br /&gt;
* stream-to-disk: only 1 file (currently). avi-container with mjpeg frames. jpeg quality set to 50, frame rate set to 1 fps&lt;br /&gt;
&lt;br /&gt;
=== Recording Specifications ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cameras ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Number&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Stream port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |HTML port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Physical device protocol&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Where&lt;br /&gt;
|-&lt;br /&gt;
|CAM 1||8084||8101||RTSP||hanging above the 3D printer&lt;br /&gt;
|-&lt;br /&gt;
|CAM 2||8085||8102||MJPEG||cantina/kitchen&lt;br /&gt;
|-&lt;br /&gt;
|CAM 3||8086||8103||MJPEG||back side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 4||8087||8104||MJPEG||front side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 5||8088||8105||RTSP||houtbewerkingsruimte (woodworking shop)&lt;br /&gt;
|-&lt;br /&gt;
|CAM 6||colspan=4|broken&lt;br /&gt;
|-&lt;br /&gt;
|CAM 7||8090||8107||rowspan=4|MJPEG, source is [[Verint Nextiva]]||rowspan=4|these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;br /&gt;
|-&lt;br /&gt;
|CAM 8||8091||8108&lt;br /&gt;
|-&lt;br /&gt;
|CAM 9||8092||8109&lt;br /&gt;
|-&lt;br /&gt;
|CAM 10||8093||8110&lt;br /&gt;
|-&lt;br /&gt;
|CAM 11||colspan=4|These go to eleven?! (this camera doesn&#039;t actually exist yet)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15854</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15854"/>
		<updated>2017-09-03T19:23:01Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all its cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
* video archive can be viewed under http://10.42.19.84:port/ where port is 8101 for camera 1, 8102 for camera 2 and so on&lt;br /&gt;
&lt;br /&gt;
The configuration files are JSON files.&lt;br /&gt;
They consist of 2 or more sections: general, source and then optional sections.&lt;br /&gt;
Every other section (apart from video loopback) have an array of entries for their data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Recording Specifications ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cameras ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Number&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Stream port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |HTML port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Physical device protocol&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Where&lt;br /&gt;
|-&lt;br /&gt;
|CAM 1||8084||8101||RTSP||hanging above the 3D printer&lt;br /&gt;
|-&lt;br /&gt;
|CAM 2||8085||8102||MJPEG||cantina/kitchen&lt;br /&gt;
|-&lt;br /&gt;
|CAM 3||8086||8103||MJPEG||back side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 4||8087||8104||MJPEG||front side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 5||8088||8105||RTSP||houtbewerkingsruimte (woodworking shop)&lt;br /&gt;
|-&lt;br /&gt;
|CAM 6||colspan=4|broken&lt;br /&gt;
|-&lt;br /&gt;
|CAM 7||8090||8107||rowspan=4|MJPEG, source is [[Verint Nextiva]]||rowspan=4|these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;br /&gt;
|-&lt;br /&gt;
|CAM 8||8091||8108&lt;br /&gt;
|-&lt;br /&gt;
|CAM 9||8092||8109&lt;br /&gt;
|-&lt;br /&gt;
|CAM 10||8093||8110&lt;br /&gt;
|-&lt;br /&gt;
|CAM 11||colspan=4|These go to eleven?! (this camera doesn&#039;t actually exist yet)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15853</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15853"/>
		<updated>2017-09-03T19:22:24Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* constatus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all its cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
* video archive can be viewed under http://10.42.19.84:port/ where port is 8101 for camera 1, 8102 for camera 2 and so on&lt;br /&gt;
&lt;br /&gt;
The configuration files are JSON files.&lt;br /&gt;
They consist of 2 or more sections: general, source and then optional sections.&lt;br /&gt;
Every other section (apart from video loopback) have an array of entries for their data.&lt;br /&gt;
&lt;br /&gt;
=== Recording Specifications ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
=== Cameras ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Number&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Stream port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |HTML port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Physical device protocol&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Where&lt;br /&gt;
|-&lt;br /&gt;
|CAM 1||8084||8101||RTSP||hanging above the 3D printer&lt;br /&gt;
|-&lt;br /&gt;
|CAM 2||8085||8102||MJPEG||cantina/kitchen&lt;br /&gt;
|-&lt;br /&gt;
|CAM 3||8086||8103||MJPEG||back side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 4||8087||8104||MJPEG||front side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 5||8088||8105||RTSP||houtbewerkingsruimte (woodworking shop)&lt;br /&gt;
|-&lt;br /&gt;
|CAM 6||colspan=4|broken&lt;br /&gt;
|-&lt;br /&gt;
|CAM 7||8090||8107||rowspan=4|MJPEG, source is [[Verint Nextiva]]||rowspan=4|these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;br /&gt;
|-&lt;br /&gt;
|CAM 8||8091||8108&lt;br /&gt;
|-&lt;br /&gt;
|CAM 9||8092||8109&lt;br /&gt;
|-&lt;br /&gt;
|CAM 10||8093||8110&lt;br /&gt;
|-&lt;br /&gt;
|CAM 11||colspan=4|These go to eleven?! (this camera doesn&#039;t actually exist yet)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15852</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15852"/>
		<updated>2017-09-03T19:21:26Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* Cameras */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all its cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
* video archive can be viewed under http://10.42.19.84:port/ where port is 8101 for camera 1, 8102 for camera 2 and so on&lt;br /&gt;
&lt;br /&gt;
The configuration files are JSON files.&lt;br /&gt;
They consist of 2 or more sections: general, source and then optional sections.&lt;br /&gt;
Every other section (apart from video loopback) have an array of entries for their data.&lt;br /&gt;
E.g.&lt;br /&gt;
&lt;br /&gt;
=== Recording Specifications ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
=== Cameras ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Number&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Stream port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |HTML port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Physical device protocol&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Where&lt;br /&gt;
|-&lt;br /&gt;
|CAM 1||8084||8101||RTSP||hanging above the 3D printer&lt;br /&gt;
|-&lt;br /&gt;
|CAM 2||8085||8102||MJPEG||cantina/kitchen&lt;br /&gt;
|-&lt;br /&gt;
|CAM 3||8086||8103||MJPEG||back side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 4||8087||8104||MJPEG||front side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 5||8088||8105||RTSP||houtbewerkingsruimte (woodworking shop)&lt;br /&gt;
|-&lt;br /&gt;
|CAM 6||colspan=4|broken&lt;br /&gt;
|-&lt;br /&gt;
|CAM 7||8090||8107||rowspan=4|MJPEG, source is [[Verint Nextiva]]||rowspan=4|these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;br /&gt;
|-&lt;br /&gt;
|CAM 8||8091||8108&lt;br /&gt;
|-&lt;br /&gt;
|CAM 9||8092||8109&lt;br /&gt;
|-&lt;br /&gt;
|CAM 10||8093||8110&lt;br /&gt;
|-&lt;br /&gt;
|CAM 11||colspan=4|These go to eleven?! (this camera doesn&#039;t actually exist yet)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15851</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15851"/>
		<updated>2017-09-03T19:21:00Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* Cameras */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all its cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
* video archive can be viewed under http://10.42.19.84:port/ where port is 8101 for camera 1, 8102 for camera 2 and so on&lt;br /&gt;
&lt;br /&gt;
The configuration files are JSON files.&lt;br /&gt;
They consist of 2 or more sections: general, source and then optional sections.&lt;br /&gt;
Every other section (apart from video loopback) have an array of entries for their data.&lt;br /&gt;
E.g.&lt;br /&gt;
&lt;br /&gt;
=== Recording Specifications ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
=== Cameras ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Number&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Stream port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |HTML port&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Physical device protocol&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot; |Where&lt;br /&gt;
|-&lt;br /&gt;
|CAM 1||8084||8101||RTSP||hanging above the 3D printer&lt;br /&gt;
|-&lt;br /&gt;
|CAM 2||8085||8102||MJPEG||cantina/kitchen&lt;br /&gt;
|-&lt;br /&gt;
|CAM 3||8086||8103||MJPEG||back side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 4||8087||8104||MJPEG||front side of klusruimte&lt;br /&gt;
|-&lt;br /&gt;
|CAM 5||8088||8105||RTSP||houtbewerkingsruimte (woodworking shop)&lt;br /&gt;
|-&lt;br /&gt;
|CAM 6||colspan=3|broken&lt;br /&gt;
|-&lt;br /&gt;
|CAM 7||8090||8107||rowspan=4|MJPEG, source is [[Verint Nextiva]]||rowspan=4|these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;br /&gt;
|-&lt;br /&gt;
|CAM 8||8091||8108&lt;br /&gt;
|-&lt;br /&gt;
|CAM 9||8092||8109&lt;br /&gt;
|-&lt;br /&gt;
|CAM 10||8093||8110&lt;br /&gt;
|-&lt;br /&gt;
|CAM 11||colspan=3|These go to eleven?! (this camera doesn&#039;t actually exist yet)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15842</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15842"/>
		<updated>2017-09-03T18:33:26Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* cameras */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all its cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
* video archive can be viewed under http://10.42.19.84:port/ where port is 8101 for camera 1, 8102 for camera 2 and so on&lt;br /&gt;
&lt;br /&gt;
The configuration files are JSON files.&lt;br /&gt;
They consist of 2 or more sections: general, source and then optional sections.&lt;br /&gt;
Every other section (apart from video loopback) have an array of entries for their data.&lt;br /&gt;
E.g.&lt;br /&gt;
&lt;br /&gt;
=== recording specificaions ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== cameras ===&lt;br /&gt;
&lt;br /&gt;
* number, port, protocol of physical dev, where&lt;br /&gt;
* CAM 1: 8084, RTSP, hanging above the 3D printer&lt;br /&gt;
* CAM 2: 8085, MJPEG, cantine&lt;br /&gt;
* CAM 3: 8086, MJPEG, back side of klusruimte&lt;br /&gt;
* CAM 4: 8087, MJPEG, front side of klusruimte&lt;br /&gt;
* CAM 5: 8088, RTSP, houtbewerkingsruimte&lt;br /&gt;
* CAM 6: broken&lt;br /&gt;
* CAM 7/8/9/10: 8090/8091/8092/8093, MJPEG, source is [[Verint Nextiva]]. these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15841</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15841"/>
		<updated>2017-09-03T18:33:01Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* cameras */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all its cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
* video archive can be viewed under http://10.42.19.84:port/ where port is 8101 for camera 1, 8102 for camera 2 and so on&lt;br /&gt;
&lt;br /&gt;
The configuration files are JSON files.&lt;br /&gt;
They consist of 2 or more sections: general, source and then optional sections.&lt;br /&gt;
Every other section (apart from video loopback) have an array of entries for their data.&lt;br /&gt;
E.g.&lt;br /&gt;
&lt;br /&gt;
=== recording specificaions ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== cameras ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* number, port, protocol of physical dev, where&lt;br /&gt;
* CAM 1: 8084, RTSP, hanging above the 3D printer&lt;br /&gt;
* CAM 2: 8085, MJPEG, cantine&lt;br /&gt;
* CAM 3: 8086, MJPEG, back side of klusruimte&lt;br /&gt;
* CAM 4: 8087, MJPEG, front side of klusruimte&lt;br /&gt;
* CAM 5: 8088, RTSP, houtbewerkingsruimte&lt;br /&gt;
* CAM 6: broken&lt;br /&gt;
* CAM 7/8/9/10: 8090/8091/8092/8093, MJPEG, source is [[Verint Nextiva]]. these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15840</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15840"/>
		<updated>2017-09-03T18:19:23Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* constatus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all its cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
* video archive can be viewed under http://10.42.19.84:port/ where port is 8101 for camera 1, 8102 for camera 2 and so on&lt;br /&gt;
&lt;br /&gt;
The configuration files are JSON files.&lt;br /&gt;
They consist of 2 or more sections: general, source and then optional sections.&lt;br /&gt;
Every other section (apart from video loopback) have an array of entries for their data.&lt;br /&gt;
E.g.&lt;br /&gt;
&lt;br /&gt;
=== recording specificaions ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== cameras ===&lt;br /&gt;
&lt;br /&gt;
* CAM 1: RTSP, hanging above the 3D printer&lt;br /&gt;
* CAM 2: MJPEG, cantine&lt;br /&gt;
* CAM 3: MJPEG, back side of klusruimte&lt;br /&gt;
* CAM 4: MJPEG, front side of klusruimte&lt;br /&gt;
* CAM 5: RTSP, houtbewerkingsruimte&lt;br /&gt;
* CAM 6: broken&lt;br /&gt;
* CAM 7/8/9/10: MJPEG, source is [[Verint Nextiva]]. these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15839</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15839"/>
		<updated>2017-09-03T15:47:29Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* constatus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all its cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
&lt;br /&gt;
The configuration files are JSON files.&lt;br /&gt;
They consist of 2 or more sections: general, source and then optional sections.&lt;br /&gt;
Every other section (apart from video loopback) have an array of entries for their data.&lt;br /&gt;
E.g.&lt;br /&gt;
&lt;br /&gt;
=== recording specificaions ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== cameras ===&lt;br /&gt;
&lt;br /&gt;
* CAM 1: RTSP, hanging above the 3D printer&lt;br /&gt;
* CAM 2: MJPEG, cantine&lt;br /&gt;
* CAM 3: MJPEG, back side of klusruimte&lt;br /&gt;
* CAM 4: MJPEG, front side of klusruimte&lt;br /&gt;
* CAM 5: RTSP, houtbewerkingsruimte&lt;br /&gt;
* CAM 6: broken&lt;br /&gt;
* CAM 7/8/9/10: MJPEG, source is [[Verint Nextiva]]. these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15838</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15838"/>
		<updated>2017-09-03T15:13:52Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all its cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== recording specificaions ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== cameras ===&lt;br /&gt;
&lt;br /&gt;
* CAM 1: RTSP, hanging above the 3D printer&lt;br /&gt;
* CAM 2: MJPEG, cantine&lt;br /&gt;
* CAM 3: MJPEG, back side of klusruimte&lt;br /&gt;
* CAM 4: MJPEG, front side of klusruimte&lt;br /&gt;
* CAM 5: RTSP, houtbewerkingsruimte&lt;br /&gt;
* CAM 6: broken&lt;br /&gt;
* CAM 7/8/9/10: MJPEG, source is [[Verint Nextiva]]. these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15837</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15837"/>
		<updated>2017-09-03T15:06:29Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://vanheusden.com/constatus/ https://vanheusden.com/constatus/]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all its cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
&lt;br /&gt;
=== recording specificaions ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== cameras ===&lt;br /&gt;
&lt;br /&gt;
* CAM 1: RTSP, hanging above the 3D printer&lt;br /&gt;
* CAM 2: MJPEG, cantine&lt;br /&gt;
* CAM 3: MJPEG, back side of klusruimte&lt;br /&gt;
* CAM 4: MJPEG, front side of klusruimte&lt;br /&gt;
* CAM 5: RTSP, houtbewerkingsruimte&lt;br /&gt;
* CAM 6: broken&lt;br /&gt;
* CAM 7/8/9/10: MJPEG, source is [[Verint Nextiva]]. these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15836</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15836"/>
		<updated>2017-09-03T15:05:50Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all its cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== recording specificaions ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== cameras ===&lt;br /&gt;
&lt;br /&gt;
* CAM 1: RTSP, hanging above the 3D printer&lt;br /&gt;
* CAM 2: MJPEG, cantine&lt;br /&gt;
* CAM 3: MJPEG, back side of klusruimte&lt;br /&gt;
* CAM 4: MJPEG, front side of klusruimte&lt;br /&gt;
* CAM 5: RTSP, houtbewerkingsruimte&lt;br /&gt;
* CAM 6: broken&lt;br /&gt;
* CAM 7/8/9/10: MJPEG, source is [[Verint Nextiva]]. these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15835</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15835"/>
		<updated>2017-09-03T15:05:33Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* constatus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all its cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== constatus ====&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
&lt;br /&gt;
=== recording specificaions ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== cameras ===&lt;br /&gt;
&lt;br /&gt;
* CAM 1: RTSP, hanging above the 3D printer&lt;br /&gt;
* CAM 2: MJPEG, cantine&lt;br /&gt;
* CAM 3: MJPEG, back side of klusruimte&lt;br /&gt;
* CAM 4: MJPEG, front side of klusruimte&lt;br /&gt;
* CAM 5: RTSP, houtbewerkingsruimte&lt;br /&gt;
* CAM 6: broken&lt;br /&gt;
* CAM 7/8/9/10: MJPEG, source is [[Verint Nextiva]]. these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15834</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15834"/>
		<updated>2017-09-03T15:05:10Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== motion ====&lt;br /&gt;
&lt;br /&gt;
* motion is installed from the debian repository&lt;br /&gt;
* configuration files are under /etc/motion&lt;br /&gt;
* main configuration is motion.conf which includes cam*.conf&lt;br /&gt;
* as by the design of motion, all its cameras (6 + 11) are monitored from 1 process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== constatus ===&lt;br /&gt;
&lt;br /&gt;
* installed from the github repository&lt;br /&gt;
* installed under /usr/local/constatus&lt;br /&gt;
* started (currently, 20170903) from /etc/rc.local&lt;br /&gt;
* each camera has its own constatus process - the idea is that if something crashes, that not all cameras will go down&lt;br /&gt;
&lt;br /&gt;
=== recording specificaions ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== cameras ===&lt;br /&gt;
&lt;br /&gt;
* CAM 1: RTSP, hanging above the 3D printer&lt;br /&gt;
* CAM 2: MJPEG, cantine&lt;br /&gt;
* CAM 3: MJPEG, back side of klusruimte&lt;br /&gt;
* CAM 4: MJPEG, front side of klusruimte&lt;br /&gt;
* CAM 5: RTSP, houtbewerkingsruimte&lt;br /&gt;
* CAM 6: broken&lt;br /&gt;
* CAM 7/8/9/10: MJPEG, source is [[Verint Nextiva]]. these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15833</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15833"/>
		<updated>2017-09-03T15:00:50Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* cameras */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== recording specificaions ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== cameras ===&lt;br /&gt;
&lt;br /&gt;
* CAM 1: RTSP, hanging above the 3D printer&lt;br /&gt;
* CAM 2: MJPEG, cantine&lt;br /&gt;
* CAM 3: MJPEG, back side of klusruimte&lt;br /&gt;
* CAM 4: MJPEG, front side of klusruimte&lt;br /&gt;
* CAM 5: RTSP, houtbewerkingsruimte&lt;br /&gt;
* CAM 6: broken&lt;br /&gt;
* CAM 7/8/9/10: MJPEG, source is [[Verint Nextiva]]. these produce an RTP stream which are converted to MJPEG by scripting running on the shell server, see [https://github.com/Peetz0r/revcaminfra https://github.com/Peetz0r/revcaminfra].&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15832</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15832"/>
		<updated>2017-09-03T14:57:41Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== recording specificaions ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== cameras ===&lt;br /&gt;
&lt;br /&gt;
* CAM 1: RTSP, hanging above the 3D printer&lt;br /&gt;
* CAM 2: MJPEG, cantine&lt;br /&gt;
* CAM 3: MJPEG, back side of klusruimte&lt;br /&gt;
* CAM 4: MJPEG, front side of klusruimte&lt;br /&gt;
* CAM 5: RTSP, houtbewerkingsruimte&lt;br /&gt;
* CAM 6: broken&lt;br /&gt;
* CAM 7/8/9/10: MJPEG, source is [[Verint Nextiva]]. these produce an RTP stream which are converted to MJPEG by scripting running on the shell server.&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15831</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15831"/>
		<updated>2017-09-03T14:55:21Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OS specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
** all other cameras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== recording specificaions ===&lt;br /&gt;
&lt;br /&gt;
* 5 FPS video files&lt;br /&gt;
* 2 FPS HTTP web interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== cameras ===&lt;br /&gt;
&lt;br /&gt;
* CAM 1: RTSP, hanging above the 3D printer&lt;br /&gt;
* CAM 2: MJPEG, &lt;br /&gt;
* CAM 6: broken&lt;br /&gt;
* CAM 7/8/9/10: MJPEG, source is [[Verint Nextiva]]. these produce an RTP stream which are converted to MJPEG by scripting running on the shell server.&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15830</id>
		<title>Pov</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Pov&amp;diff=15830"/>
		<updated>2017-09-03T14:47:10Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: Created page with &amp;quot;=== what is it ===  POV is the (virtual) server managing the webcams. It stores video files of all webcams over the last 2 days.   === specifications ===  * debian stretch * 3...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== what is it ===&lt;br /&gt;
&lt;br /&gt;
POV is the (virtual) server managing the webcams.&lt;br /&gt;
It stores video files of all webcams over the last 2 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== specifications ===&lt;br /&gt;
&lt;br /&gt;
* debian stretch&lt;br /&gt;
* 32b&lt;br /&gt;
* virtual machine with 2 cores&lt;br /&gt;
* 1GB ram&lt;br /&gt;
* 10GB root filesystem&lt;br /&gt;
* 100GB storage for camera files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== software ===&lt;br /&gt;
&lt;br /&gt;
* motion [https://motion-project.github.io/ https://motion-project.github.io/]&lt;br /&gt;
** used for camera 6 and 11 which are down&lt;br /&gt;
&lt;br /&gt;
* constatus [https://github.com/flok99/constatus https://github.com/flok99/constatus]&lt;br /&gt;
** all other cameras&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Verint_Nextiva&amp;diff=15712</id>
		<title>Verint Nextiva</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Verint_Nextiva&amp;diff=15712"/>
		<updated>2017-08-17T20:10:18Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: voorbeeld configuratie constatus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Project&lt;br /&gt;
 |Name=Verint Nextiva&lt;br /&gt;
 |Picture=Verint_Nextiva_IMG_20160602_212124_crop.jpg&lt;br /&gt;
 |Omschrijving=8-channel video encoder&lt;br /&gt;
 |Status=In progress&lt;br /&gt;
 |Contact=User:Peetz0r&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We have old analog camera&#039;s around the space that have been used in the past but are unconnected now. They do have power and they work!&lt;br /&gt;
&lt;br /&gt;
Sk1llz has had a donation from [http://www.griffid.com Griffid] with some old video encoders. One of them is a 8 channel &#039;&#039;&#039;Verint Nextiva S1708e&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Peetz0r, participant at both spaces, re-donated the encoder and tried to make it work. Spoiler alert: it works!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Network config ==&lt;br /&gt;
The thing does not have a web interface. It does have telnet and it streams video over RTP.&lt;br /&gt;
&lt;br /&gt;
DHCP is enabled right now, and it&#039;s IP is 10.42.43.92.&lt;br /&gt;
&lt;br /&gt;
== Video config ==&lt;br /&gt;
Telnet to the thing, and go (6) Advanced =&amp;gt; (1) Video =&amp;gt; (X) Input X =&amp;gt; (1) Encoder 1 and make sure it looks like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
***********************************************************&lt;br /&gt;
*       Verint Video Solutions S1708e - 10.42.43.92       *&lt;br /&gt;
***********************************************************&lt;br /&gt;
Video \ Input 8  \ Encoder 1&lt;br /&gt;
-----------------------------------------------------------&lt;br /&gt;
Parameters:&lt;br /&gt;
 1) Target Bit Rate                        : 800 kbits/second&lt;br /&gt;
 2) Target Frame Rate                      : 25 frames/second&lt;br /&gt;
 3) Minimum Quantizer                      : 2 &lt;br /&gt;
 4) Maximum Quantizer                      : 24 &lt;br /&gt;
 5) Initial Streaming                      : Enabled&lt;br /&gt;
 6) Current Streaming State                : Enabled&lt;br /&gt;
 7) Transport Protocol                     : RTP/UDP&lt;br /&gt;
 8) Input Filter Mode                      : Low&lt;br /&gt;
 9) Noise Reduction Filter Mode            : Low&lt;br /&gt;
10) Resolution                             : 4CIF (704x576) &lt;br /&gt;
11) Remote IP Address                      : 10.42.43.45 &lt;br /&gt;
12) UDP Data Port                          : 2543 &lt;br /&gt;
13) Rate Control Mode                      : CBR (Constant Bitrate)&lt;br /&gt;
14) Multiplying factor for Nextiva RC (X100: 150 &lt;br /&gt;
15) Target VSIP GUID                       : 00000000-0000-0000-0000-000000000000 &lt;br /&gt;
16) Intra Interval                         : 120 &lt;br /&gt;
17) Energy Vector (EV) transmission rate   : 0 &lt;br /&gt;
18) Compression Mode                       : MPEG4 Compliant Simple Profile&lt;br /&gt;
19) Frame Format                           : DeInterlaced Frame&lt;br /&gt;
20) Sabotage Detection Filter Mode         : None&lt;br /&gt;
&lt;br /&gt;
Commands:&lt;br /&gt;
p) Previous Menu &lt;br /&gt;
***********************************************************&lt;br /&gt;
Command: &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change (11) Remote IP Address to your device (let&#039;s say, a laptop running linux) and (12) UDP port to anything.&lt;br /&gt;
&lt;br /&gt;
The led for the chosen input should now be flashing quickly. Preferably green, because that means that the connected input works. But red is okay for testing your config.&lt;br /&gt;
&lt;br /&gt;
Now move over to your linux machine. At first I tried vlc and I even fiddled around with SDP files. Then I stumbled upon https://wiki.london.hackspace.org.uk/view/Project:Verint which barely helped. The next day, I found this [https://lists.freedesktop.org/archives/gstreamer-devel/2009-November/thread.html#24452 mailing list thread] and especially [https://lists.freedesktop.org/archives/gstreamer-devel/2009-November/024504.html this mail].&lt;br /&gt;
&lt;br /&gt;
Then I created this command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
gst-launch-0.10 -e -v udpsrc port=2543 ! application/x-rtp,media=video,payload=121,clock-rate=90000,encoding-name=MP4V-ES,profile-level-id=1 ! rtpmp4vdepay ! decodebin ! autovideosink&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It works!!!&lt;br /&gt;
&lt;br /&gt;
== POIDH ==&lt;br /&gt;
[[File:Verint_Nextiva_IMG_20160602_212124_crop.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
The Verint Nextiva S1708e video encoder connected to a freestuff dvd player (as test video source) successfully streaming to my laptop.&lt;br /&gt;
&lt;br /&gt;
== RTFM ==&lt;br /&gt;
[[File:Nextiva_S1708e_Data_Sheet.pdf]] &lt;br /&gt;
&lt;br /&gt;
[[File:S1704e_m.pdf]] (Nextiva Multiport S17XXe Series User Guide)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Constatus ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;        &amp;quot;source&amp;quot; : {&lt;br /&gt;
                &amp;quot;type&amp;quot; : &amp;quot;rtsp&amp;quot;,&lt;br /&gt;
                &amp;quot;url&amp;quot; : &amp;quot;udp://0.0.0.0:2543/&amp;quot;,&lt;br /&gt;
                &amp;quot;resize-width&amp;quot; : -1,&lt;br /&gt;
                &amp;quot;resize-height&amp;quot; : -1&lt;br /&gt;
        }&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Praatpaal&amp;diff=15538</id>
		<title>Praatpaal</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Praatpaal&amp;diff=15538"/>
		<updated>2017-07-24T13:48:20Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* Toepassingsideeën */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Project&lt;br /&gt;
  |Name=Praatpaal&lt;br /&gt;
  |Status=In progress&lt;br /&gt;
  |Contact=Sebastius&lt;br /&gt;
  |Picture=Praatpaal.jpeg&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Aankondigingen =&lt;br /&gt;
 Hoi, we zijn zo brutaal geweest onszelf een praatpaal aan te schaffen. Nu&lt;br /&gt;
 zijn we nog even bezig de financiering rond te krijgen. Hier in de&lt;br /&gt;
 hoofdruimte is zojuist 86 euro toegezegd en hebben twee deelnemers&lt;br /&gt;
 toegezegd het restant toe te voegen.&lt;br /&gt;
 &lt;br /&gt;
 Wie kan en wil dit initiatief financieel steunen? Totale kosten zijn 400&lt;br /&gt;
 euro.&lt;br /&gt;
 &lt;br /&gt;
 Groet,&lt;br /&gt;
 &lt;br /&gt;
 Bas&lt;br /&gt;
&lt;br /&gt;
 De mensen die gemaild hebben hebben inmiddels een betaalverzoek van Bunq&lt;br /&gt;
 gekregen. Lekker makkelijk :)&lt;br /&gt;
 &lt;br /&gt;
 De mensen die gisteravond live in de space toegezegd hebben hebben dit&lt;br /&gt;
 verzoek nog niet gehad, dat komt later vandaag.&lt;br /&gt;
 &lt;br /&gt;
 De lijnen zijn nog open, u kunt nog steeds meedoen :) We staan nu naar&lt;br /&gt;
 schatting op 200 euro aan toegezegde donaties waarvan circa 100 euro&lt;br /&gt;
 daadwerkelijk binnen is.&lt;br /&gt;
 &lt;br /&gt;
 Bas&lt;br /&gt;
&lt;br /&gt;
= Toepassingsideeën =&lt;br /&gt;
Ideeën voor ludieke en misschien zelfs nuttige toepassing binnen de space:&lt;br /&gt;
* Deurbel: knop laat deurbel binnen afgaan&lt;br /&gt;
* Space-intercom: druk op knop verbindt je met de [https://revspace.nl/Telefoon RevSpace Telefoon]&lt;br /&gt;
* een markov-bot met speech synthesizer.&lt;br /&gt;
&lt;br /&gt;
= Documentatie =&lt;br /&gt;
&lt;br /&gt;
* [[File:Praatpaalhandleiding.pdf]]&lt;br /&gt;
* [[File:Praatpalen.pdf||Een stukje geschiedenis over praatpalen]]&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=15535</id>
		<title>Bliksem</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=15535"/>
		<updated>2017-07-22T21:03:33Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Laten we blikseminslagen in een omtrek van 40km op een of andere manier zichtbaar maken in de space.&lt;br /&gt;
&lt;br /&gt;
Dat op basis van een [http://ams.com/eng/Products/Wireless-Connectivity/Wireless-Sensor-Connectivity/AS3935 AS3935] sensor.&lt;br /&gt;
Flok koopt &#039;m en soldeert er een Wemos D1 aan vast en doet er mqtt software op.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flok: 10e + wemos d1&lt;br /&gt;
* Jelle: 10e&lt;br /&gt;
* Lukkie: 10e&lt;br /&gt;
* Benadski: 6e&lt;br /&gt;
&lt;br /&gt;
[[File:S-l300.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Op ebay: [http://www.ebay.com/itm/232111328523 http://www.ebay.com/itm/232111328523] let op de portokosten!&lt;br /&gt;
E.e.a. kost qua geld 40,45 dollar (inclusief verzendkosten). Dat is ongeveer 35,16 euro.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
2017/07/21: ding is besteld!&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=15531</id>
		<title>Bliksem</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=15531"/>
		<updated>2017-07-20T06:43:50Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Laten we blikseminslagen in een omtrek van 40km op een of andere manier zichtbaar maken in de space.&lt;br /&gt;
&lt;br /&gt;
Dat op basis van een AS3935 sensor.&lt;br /&gt;
Flok koopt &#039;m en soldeert er een Weemos D1 aan vast en doet er mqtt software op.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flok: 10e + weemos d1&lt;br /&gt;
* Jelle: 10e&lt;br /&gt;
* Lukkie: 10e&lt;br /&gt;
&lt;br /&gt;
[[File:S-l300.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Op ebay: [http://www.ebay.com/itm/232111328523 http://www.ebay.com/itm/232111328523] let op de portokosten!&lt;br /&gt;
E.e.a. kost qua geld 40,45 dollar (inclusief verzendkosten). Dat is ongeveer 35,16 euro.&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=15529</id>
		<title>Bliksem</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=15529"/>
		<updated>2017-07-19T20:32:44Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Laten we blikseminslagen in een omtrek van 40km op een of andere manier zichtbaar maken in de space.&lt;br /&gt;
&lt;br /&gt;
Dat op basis van een AS3935 sensor.&lt;br /&gt;
Flok koopt &#039;m en soldeert er een Weemos D1 aan vast en doet er mqtt software op.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flok: 10e + weemos d1&lt;br /&gt;
* Jelle: 10e&lt;br /&gt;
&lt;br /&gt;
[[File:S-l300.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Op ebay: [http://www.ebay.com/itm/232111328523 http://www.ebay.com/itm/232111328523] let op de portokosten!&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=15528</id>
		<title>Bliksem</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=15528"/>
		<updated>2017-07-19T20:31:50Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Laten we blikseminslagen in een omtrek van 40km op een of andere manier zichtbaar maken in de space.&lt;br /&gt;
&lt;br /&gt;
Dat op basis van een AS3935 sensor.&lt;br /&gt;
Flok koopt &#039;m en soldeert er een Weemos D1 aan vast en doet er mqtt software op.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flok: 10e + weemos d1&lt;br /&gt;
* Jelle: 10e&lt;br /&gt;
&lt;br /&gt;
[[File:S-l300.jpg]]&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=File:S-l300.jpg&amp;diff=15527</id>
		<title>File:S-l300.jpg</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=File:S-l300.jpg&amp;diff=15527"/>
		<updated>2017-07-19T20:31:41Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=15526</id>
		<title>Bliksem</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=15526"/>
		<updated>2017-07-19T20:30:54Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Laten we blikseminslagen in een omtrek van 40km op een of andere manier zichtbaar maken in de space.&lt;br /&gt;
&lt;br /&gt;
Dat op basis van een AS3935 sensor.&lt;br /&gt;
Flok koopt &#039;m en soldeert er een Weemos D1 aan vast en doet er mqtt software op.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flok: 10e + weemos d1&lt;br /&gt;
* Jelle: 10e&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=15525</id>
		<title>Bliksem</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Bliksem&amp;diff=15525"/>
		<updated>2017-07-19T20:30:43Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: Created page with &amp;quot;Laten we blikseminslagen in een omtrek van 40km op een of andere manier zichtbaar maken in de space.  Dat op basis van een AS3935 sensor. Flok koopt &amp;#039;m en soldeert er een Weem...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Laten we blikseminslagen in een omtrek van 40km op een of andere manier zichtbaar maken in de space.&lt;br /&gt;
&lt;br /&gt;
Dat op basis van een AS3935 sensor.&lt;br /&gt;
Flok koopt &#039;m en soldeert er een Weemos D1 aan vast en doet er mqtt software op.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Flok: 10e + weemos d1&lt;br /&gt;
Jelle: 10e&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=HoeraSpace3&amp;diff=13689</id>
		<title>HoeraSpace3</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=HoeraSpace3&amp;diff=13689"/>
		<updated>2017-06-18T20:43:18Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* Aanmeldingen */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Event&lt;br /&gt;
 |Name=Openingsfeest Space 3 / Verjaardag 7,5&amp;lt;sup&amp;gt;e&amp;lt;/sup&amp;gt; jaar&lt;br /&gt;
 |DateStart=24 Jun 2017&lt;br /&gt;
 |DateEnd=24 Jun 2017&lt;br /&gt;
 |InfoLocation=Overgoo 1, 2266JZ Leidschendam&lt;br /&gt;
 |InfoOpen=17:30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Zaterdag 24 juni is het zover, dan opent Revspace officieel de nieuwe space! &amp;lt;s&amp;gt;Tevens viert revspace zijn verjaardag / hebben we onze traditionele nieuwjaarsborrel&amp;lt;/s&amp;gt; met BBQ.&lt;br /&gt;
&lt;br /&gt;
Het bestuur regelt de BBQ (inkopen, barbecues, etc.), maar heeft tijdens de dag zelf wel hulp nodig met de bbq (sla en brood snijden, afwassen, etc.).&lt;br /&gt;
&lt;br /&gt;
[[image:Revspace7,5jaar.png ‎|thumb|En we bestaan 7½ jaar :-)]]&lt;br /&gt;
&lt;br /&gt;
= Activiteiten =&lt;br /&gt;
&lt;br /&gt;
* BBQ&lt;br /&gt;
* Rondleidingen in de nieuwe space&lt;br /&gt;
* Hacken&lt;br /&gt;
&lt;br /&gt;
= Takenlijst BBQ =&lt;br /&gt;
&lt;br /&gt;
Kun je de verantwoordelijkheid aan? Zet je naam erbij :-)&lt;br /&gt;
&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
! Wat !! Wie&lt;br /&gt;
|-&lt;br /&gt;
| Regelen huur extra BBQ&#039;s en tafels || Foobar&lt;br /&gt;
|-&lt;br /&gt;
| Inchecken gasten || [[Sebastius]]&lt;br /&gt;
|-&lt;br /&gt;
| Inkoop vlees, sla, brood || [[WinSCaP]], jij?&lt;br /&gt;
|-&lt;br /&gt;
| Inkoop vegea(n)istarisch || [[benadski]], doet alles zo veel mogelijk bio en zonder toegevoegde meuk.&lt;br /&gt;
|-&lt;br /&gt;
| Opbouw en inrichting partytent || [[Crashjuh]], [[Jelly]], jij?&lt;br /&gt;
|-&lt;br /&gt;
| Inrichten space/tuin || jij?&lt;br /&gt;
|-&lt;br /&gt;
| Grillmeisters || [[FooBar]], [[benadski]]&lt;br /&gt;
|-&lt;br /&gt;
| Salade || Jij?&lt;br /&gt;
|-&lt;br /&gt;
| Afwas || Juerd, hansg, jij?&lt;br /&gt;
|-&lt;br /&gt;
| Achteraf opruimen en schoonmaken || &#039;&#039;iedereen&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Plein vegen / Space stofzuigen || Jij?&lt;br /&gt;
|-&lt;br /&gt;
| Afbouw buiten (partytent en zo) || [[Crashjuh]], [[Jelly]], Jij?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Aanmeldingen =&lt;br /&gt;
&lt;br /&gt;
Bij &amp;quot;vlees&amp;quot; en &amp;quot;vega(n)&amp;quot; graag het aantal mee-eters vermelden. Kosten voor het eten: &amp;amp;euro;8,- per persoon. We rekenen dit via Revbank met je af. &#039;&#039;&#039;Heb je geen Revbank-account, neem dan contant geld mee.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We gaan tot maximaal 50 aanmeldingen :-) (er is voor 50 mensen plaats in en om het gebouw, je MOET dus aanmelden om naar Revspace te komen deze dag.) &lt;br /&gt;
&lt;br /&gt;
Zonder wiki-account aanmelden kan ook. Vraag op [[IRC]] in #revspace (freenode) of iemand je wil toevoegen, of e-mail naar bas@sebasti.us&lt;br /&gt;
&lt;br /&gt;
Telt de lijst niet goed op? Probeer eens een [https://revspace.nl/index.php?title=HoeraSpace3&amp;amp;action=purge refresh].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable sortable&amp;quot; &lt;br /&gt;
! Naam/Nick !! Vlees !! Vega(n) !! Opmerkingen&lt;br /&gt;
&lt;br /&gt;
{{BBQParticipant|Participant=[[Sebastius]]|Vlees=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[FooBar]]|Vlees=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Benadski]]|Vega=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Juerd]]|Vlees=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Jelle]]|Vlees=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Polyfloyd]]|Vlees=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[AK47]]|Vlees=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Boekenwuurm]]|Vlees=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Pwuts]]|Vlees=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Crashjuh]]|Vlees=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Piele]]|Vlees=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Roosted]]|Vlees=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Dave_o]]|Vlees=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Eightdot]]|Vlees=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[hansg]]|Vlees=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Maxell]]|Vlees=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Bix]]|Vlees=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Moem]]|Vega=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Maeddoc]]|Vlees=2|Vega=0|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Straw]]|Vlees=0|Vega=1|Opmerkingen=}}&lt;br /&gt;
{{BBQParticipant|Participant=[[Flok]]|Vlees=-1|Vega=1|Opmerkingen=}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- He jij daar, tof dat je je inschrijft! Overweeg alsjeblieft om je naam ook bij de takenlijst te zetten. Zo&#039;n feestje is best veel werk en we zoeken altijd meer vrijwilligers! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! Subtotaal || {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|limit=999|format=sum}} ||{{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVega|limit=999|format=sum}} ||&lt;br /&gt;
|-&lt;br /&gt;
! Totaal ||colspan=&amp;quot;2&amp;quot;| {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}} || max: 50&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=File:FolkertvanHeusden.jpg&amp;diff=13422</id>
		<title>File:FolkertvanHeusden.jpg</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=File:FolkertvanHeusden.jpg&amp;diff=13422"/>
		<updated>2017-05-18T13:53:19Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Aruba-105&amp;diff=13228</id>
		<title>Aruba-105</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Aruba-105&amp;diff=13228"/>
		<updated>2017-04-28T17:02:49Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* Specifieke instellingen */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Project&lt;br /&gt;
 |Name=Aruba IAP-105&lt;br /&gt;
 |Picture=Aruba_ap105.png&lt;br /&gt;
 |Omschrijving=zOMG! Aruba 105 IAP&#039;s hoe werken ze?&lt;br /&gt;
 |Status=In progress&lt;br /&gt;
 |Contact=WinSCaP&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Bergen en bergen Aruba 105 AP&#039;s zijn te koop voor redelijke prijzen. Mooie adapter er bij en voor een paar tientjes heb je je eigen Aruba Instant Cluster in huis. Maar, hoe werkt profi WiFi spul eigenlijk? Op deze pagina vindt je de meeste informatie, hopelijk...&lt;br /&gt;
&lt;br /&gt;
=Specs=&lt;br /&gt;
*Interface: RJ-45 Ethernet 10Base-T/100Base-TX/1000Base-T&lt;br /&gt;
*Console: RJ-45 9600 baud&lt;br /&gt;
*Dual-radio, dual-band 802.11n&lt;br /&gt;
**5GHz: A/N &lt;br /&gt;
**2.4GHz: B/G/N&lt;br /&gt;
**Data Transfer Rate: up to 300 Mbps per radio&lt;br /&gt;
*Four integrated downtilt omni-directional antennas for 2x2 MIMO (maximum antenna gain of 3.0 dBi in 2.4 GHz and 4.5 dBi in 5 GHz)&lt;br /&gt;
*Maximum transmit power:&lt;br /&gt;
**2.4 GHz: 23 dBm (limited by local regulatory requirements)&lt;br /&gt;
**5 GHz: 23 dBm (limited by local regulatory requirements)&lt;br /&gt;
&lt;br /&gt;
*Features:&lt;br /&gt;
**PoE: Power over Ethernet (802.3af compliant)&lt;br /&gt;
**12 volts DC external&lt;br /&gt;
**Maximum power consumption: 12.5 watts&lt;br /&gt;
&lt;br /&gt;
=Quick Start=&lt;br /&gt;
Binnen 5 minuten heb ook jij je eerste IAP draaiende. &#039;&#039;&#039;Let op, heb je meer dan één IAP? Sluit dan eerst één aan. De rest neemt automatisch de configuratie van die ene over.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Benodigdheden==&lt;br /&gt;
* Aruba IAP-105&lt;br /&gt;
* Adapter&lt;br /&gt;
* Netwerkkabel&lt;br /&gt;
* Optioneel:&lt;br /&gt;
** Console kabel&lt;br /&gt;
** PoE injector&lt;br /&gt;
** PoE enabled switch&lt;br /&gt;
&lt;br /&gt;
==Eerste Power-on==&lt;br /&gt;
Om de IAP in je netwerk te hangen kun je kiezen voor DHCP (Fijn, snel en makkelijk) of een static IP.&lt;br /&gt;
===DHCP===&lt;br /&gt;
#Sluit de netwerkkabel aan.&lt;br /&gt;
#Sluit de adapter aan.&lt;br /&gt;
#Wacht enkele minuten.&lt;br /&gt;
#Na het opstarten zie je een nieuw WiFi netwerk verschijnen met de naam &#039;&#039;&#039;Instant&#039;&#039;&#039;. &lt;br /&gt;
#Verbind je favoriete device met dit WiFi netwerk en ga middels een browser naar: http://instant.arubanetworks.com.&lt;br /&gt;
##Accepteer de melding dat de verbinding niet beveiligd is.&lt;br /&gt;
##Je komt nu in de Aruba Instant omgeving. Inloggen kan hier middels admin/admin.&lt;br /&gt;
&lt;br /&gt;
===Static IP===&lt;br /&gt;
#Sluit de consolekabel aan.&lt;br /&gt;
#Sluit desgewenst ook een netwerkkabel aan.&lt;br /&gt;
#Open alvast de Console op 9600 baud.&lt;br /&gt;
#Sluit de adapter aan.&lt;br /&gt;
#Tijdens het opstarten van het accesspoint zie je &#039;&#039;&#039;Hit &amp;lt;Enter&amp;gt; to stop autoboot: 2&#039;&#039;&#039;&lt;br /&gt;
##Druk op &#039;&#039;&#039;Enter&#039;&#039;&#039;&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;apboot&amp;gt;&lt;br /&gt;
apboot&amp;gt; setenv ipaddr 192.168.1.1&lt;br /&gt;
apboot&amp;gt; setenv netmask 255.255.255.0&lt;br /&gt;
apboot&amp;gt; setenv gatewayip 192.168.1.254&lt;br /&gt;
apboot&amp;gt; save&lt;br /&gt;
Saving Environment to Flash...&lt;br /&gt;
Un-Protected 1 sectors&lt;br /&gt;
.done&lt;br /&gt;
Erased 1 sectors&lt;br /&gt;
Writing&lt;br /&gt;
apboot&amp;gt; printenv&lt;br /&gt;
apboot&amp;gt; boot&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#Na het opstarten zie je een nieuw WiFi netwerk verschijnen met de naam &#039;&#039;&#039;Instant&#039;&#039;&#039;. &lt;br /&gt;
#Verbind je favoriete device met dit WiFi netwerk en ga middels een browser naar: http://instant.arubanetworks.com.&lt;br /&gt;
##Accepteer de melding dat de verbinding niet beveiligd is.&lt;br /&gt;
##Je komt nu in de Aruba Instant omgeving. Inloggen kan hier middels admin/admin.&lt;br /&gt;
&lt;br /&gt;
==Eerste WiFi netwerk (SSID)==&lt;br /&gt;
[[File:2017-01-23 11 47 21-Aruba Instant 6.5.1.0-4.3.1.0 User Guide.pdf.png|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
Login met gebruikersnaam en wachtwoord: &#039;&#039;&#039;admin/admin&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:2017-01-23 11 47 57-Aruba Instant 6.5.1.0-4.3.1.0 User Guide.pdf2.png|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
De eerste keer dat je inlogd moet je je land kiezen, kies voor &#039;&#039;&#039;Nederland&#039;&#039;&#039; om aan de Nederlandse regels te voldoen. &amp;lt;s&amp;gt;Kies Togo als je denkt dat het stoer is.&amp;lt;/s&amp;gt; Nee, kies toch maar Nederland!&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:2017-01-23 11 52 46-Instant.png|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
Ga naar het linker paneel &#039;&#039;&#039;Networks&#039;&#039;&#039; en kies &#039;&#039;&#039;new&#039;&#039;&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:2017-01-23 11 53 59-Instant2.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
Voer een naam in voor je nieuwe WiFi netwerk en kies naarna Next.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:2017-01-23 11 54 29-Instant3.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
Laat de VLAN instellingen lekker voor wat ze zijn en kies Next.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:2017-01-23_11_58_10-Instant3.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
Kies een goed wachtwoord, bijvoorbeeld &amp;amp;bull;&amp;amp;bull;&amp;amp;bull;&amp;amp;bull;&amp;amp;bull;&amp;amp;bull;&amp;amp;bull;&amp;amp;bull;&amp;amp;bull;&amp;amp;bull;&amp;amp;bull;&amp;amp;bull;&amp;lt;br&amp;gt;&lt;br /&gt;
Kies 802.11v / 802.11k als je fastroaming wil hebben en kies vervolgens voor Next.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:2017-01-23 12 02 28-Instant4.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
Kies voor Finish om je netwerk op te slaan. Met enig geduld kun je nu verbinden met je nieuwe netwerk. Het netwerk instant verdwijnt dan automagisch.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Overige instellingen=&lt;br /&gt;
De instant software van Aruba heeft vele mogelijkheden, bijvoorbeeld een netwerk op 1 band of frequentie laten uitzenden.&lt;br /&gt;
==Best Practice RF instellingen==&lt;br /&gt;
[[File:2017-01-23 12 07 06-Instant8.png|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
Ga rechtsboven naar RF&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Screenshot_from_2017-04-02_01-31-49.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Instellingen voor RF&lt;br /&gt;
&lt;br /&gt;
Als je aan 144,4 Mbps (twee spatial streams, anders 72,2 Mbps) op 5 GHz voldoende hebt: &amp;quot;Wide channel&amp;quot; band naar &#039;none&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Doordat je een 20 MHz breed kanaal hebt in plaats van 40 MHz hoef je het zendvermogen minder te verdelen, en is de kans groter dat je een rustig plekje hebt.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Screenshot_from_2017-04-02_01-01-20.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Instellingen voor Radio&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Aruba Instant instellingen==&lt;br /&gt;
[[File:2017-01-23 12 07 06-Instant8.png|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
Ga rechtsboven naar System&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:2017-01-23_12_07_43-Instant9.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
*Name: [Naam van je netwerk]&lt;br /&gt;
*Sytem location: [Vul je favoriete locatie in]&lt;br /&gt;
*Virtual Controller IP: [Dit IP wordt gebruikt door de Instant software als default IP, naast het normale IP adres dan een accesspoint heeft]&lt;br /&gt;
*NTP Server: [0.nl.pool.ntp.org]&lt;br /&gt;
*Preferred band: [Als je netwerk op 2.4 en 5GHz uitzend kan je hier aangeven welke jij het belangrijkste vindt]&lt;br /&gt;
&lt;br /&gt;
==Admin panel beveiligen==&lt;br /&gt;
[[File:2017-01-23 12 08 10-Instant.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
Kies hier je gebruikersnaam en wachtwoord voor de Instant Virtual Controller.&lt;br /&gt;
&lt;br /&gt;
==Uitzenden op 1 band==&lt;br /&gt;
[[File:2017-01-23 12 05 25-Instant5.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
Ga naar het netwerk dat je wil aanpassen en kies &#039;&#039;&#039;Edit&#039;&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:2017-01-23 12 05 55-Instant6.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
Kies onder aan het scherm voor &#039;&#039;&#039;Show advanced options&#039;&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:2017-01-23_12_06_18-Instant7.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
Kies bij Band voor de gewenste frequentie.&amp;lt;br&amp;gt;&lt;br /&gt;
Vervolgens kies je net als bij het aanmaken van het netwerk voor Next, Next, Finish&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==AP in mesh modus==&lt;br /&gt;
Ook wel bekend als (dual band)-repeater, maar dan nu wel stabiel en met nette roaming!&amp;lt;br&amp;gt;&lt;br /&gt;
Met je Aruba AP-105 is je netwerk ook uit te breiden zonder dat je een ethernetkabel naar het AP brengt.&amp;lt;br&amp;gt;&lt;br /&gt;
In de mesh-modus zal hij na een halve minuut geen ethernetkabel gevonden te hebben zelf via het draadloze netwerk verbinding proberen te maken, en dit gebruiken om verder gewoon mee te doen in het netwerk.&amp;lt;br&amp;gt;&lt;br /&gt;
Zorg er voor dat de volgende instelling in het netwerk actief is: System &amp;gt; Show advanced options &amp;gt; Extended SSID: &amp;quot;Disabled&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
Hang nu het AP met draad in het netwerk zodat deze de configuratie krijgt. Zodra deze geladen is kan het AP als mesh meedoen.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Specifieke instellingen=&lt;br /&gt;
Bij de standaard instellingen hebben sommige apparaten specifieke Airgroup instellingen nodig om te werken. Bijvoorbeeld je Chromecast en Sonos.&amp;lt;br&amp;gt;&lt;br /&gt;
Let op: voor een Chromecast met bedraad netwerk lijkt dit niet nodig&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:2017-01-23 12 08 54-Instant.png|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
Airgroup vindt je hier, onder More... Services&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:2017-01-23 12 09 40-Instant.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
Kies op dit scherm wat je nodig hebt.&lt;br /&gt;
==Filtering uitzetten==&lt;br /&gt;
Wil je dat alle broadcast filtering uit gaat, dan zijn overige Airgroup instellingen niet meer nodig. Maar dan zit je wel met alle ARP broadcasts op je WiFi, maar enfin, als je een IPv6 tunnel wil opzetten is dit nodig.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Ga naar de geavanceerde instellingen van je SSID&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:2017-02-23_18_20_39-Instant.png|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
En zet hier Broadcast filtering op: Disabled&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Google Chromecast==&lt;br /&gt;
In Airgroup de volgende diensten aanvinken:&lt;br /&gt;
* googlecast&lt;br /&gt;
* DIAL&lt;br /&gt;
* DLNA Media&lt;br /&gt;
&lt;br /&gt;
==Sonos==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;airgroupservice &amp;quot;DLNA Media&amp;quot;&lt;br /&gt;
  id &amp;quot;urn:schemas-upnp-org:service:GroupRenderingControl:1&amp;quot;&lt;br /&gt;
  id &amp;quot;urn:schemas-sonos-com:service:Queue:1&amp;quot;&lt;br /&gt;
  id &amp;quot;urn:schemas-upnp-org:service:AVTransport:1&amp;quot;&lt;br /&gt;
  id &amp;quot;urn:schemas-upnp-org:service:RenderingControl:1&amp;quot;&lt;br /&gt;
  id &amp;quot;urn:schemas-tencent-com:service:QPlay:1&amp;quot;&lt;br /&gt;
  id &amp;quot;urn:schemas-upnp-org:service:GroupManagement:1&amp;quot;&lt;br /&gt;
  id &amp;quot;urn:schemas-upnp-org:service:ZoneGroupTopology:1&amp;quot;&lt;br /&gt;
  id &amp;quot;urn:schemas-upnp-org:service:DeviceProperties:1&amp;quot;&lt;br /&gt;
  id &amp;quot;urn:schemas-upnp-org:service:MusicServices:1&amp;quot;&lt;br /&gt;
  id &amp;quot;urn:schemas-upnp-org:service:AlarmClock:1&amp;quot;&lt;br /&gt;
  id &amp;quot;urn:schemas-upnp-org:device:ZonePlayer:1&amp;quot;&lt;br /&gt;
  id &amp;quot;urn:schemas-upnp-org:service:SystemProperties:1&amp;quot;&lt;br /&gt;
  id &amp;quot;urn:schemas-upnp-org:service:ContentDirectory:1&amp;quot;&lt;br /&gt;
  id &amp;quot;urn:schemas-upnp-org:service:ConnectionManager:1&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Arduino==&lt;br /&gt;
* zet broadcast filtering uit&lt;br /&gt;
* zet bonjour/dlna/guest bonjour/airgroup accross mobility domains uit in airgroup&lt;br /&gt;
&lt;br /&gt;
=Handige commando&#039;s=&lt;br /&gt;
* Reset configuratie&lt;br /&gt;
** &amp;lt;code&amp;gt;write erase all reboot&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Intrusion Detection System? (IDS)=&lt;br /&gt;
In zakelijke omgevingen zit je als beheerder niet te wachten dat mensen hun eigen WiFi gaan organiseren. &lt;br /&gt;
*Interference AP&lt;br /&gt;
**&amp;quot;If it is seen but is not connected to the wired network&amp;quot; → je buren&lt;br /&gt;
*Rogue AP&lt;br /&gt;
**&amp;quot;If it is both unauthorized and plugged into the wired network&amp;quot; → een AP wat je nog moet uitzetten&lt;br /&gt;
*Valid AP&lt;br /&gt;
**&amp;quot;Any AP which terminates on the Aruba controller is considered to be a valid AP.&amp;quot; → in beheer via de controller, goed bezig!&lt;br /&gt;
[https://community.arubanetworks.com/t5/Controller-Based-WLANs/What-are-the-difference-of-interfering-AP-rouge-ap-and-valid-ap/ta-p/178684 Bron]&lt;br /&gt;
&lt;br /&gt;
=Handleidingen en datasheets=&lt;br /&gt;
*[[File:IAP105_IG.pdf| Installation Guide]]&lt;br /&gt;
*[[File:DS_AP100Series.pdf| Datasheet]]&lt;br /&gt;
*[[File:Aruba Instant 6.5.1.0-4.3.1.0 User Guide.pdf| User Guide]]&lt;br /&gt;
*[[File:Aruba Instant 6.5.1.0-4.3.1.0 CLI Reference Guide.pdf| Command Line Interface Guide]]&lt;br /&gt;
*[[File:Aruba Instant 6.5.1.0-4.3.1.0 Release Notes.pdf| Release Notes]]&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Hoera7jaar&amp;diff=10437</id>
		<title>Hoera7jaar</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Hoera7jaar&amp;diff=10437"/>
		<updated>2016-10-05T19:54:30Z</updated>

		<summary type="html">&lt;p&gt;Verwijderd20210427: /* Aanmeldingen */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Event&lt;br /&gt;
 |Name=Verjaardag 7&amp;lt;sup&amp;gt;e&amp;lt;/sup&amp;gt; jaar&lt;br /&gt;
 |DateStart=28 Jan 2016&lt;br /&gt;
 |DateEnd=28 Jan 2016&lt;br /&gt;
 |InfoLocation=Spoorlaan 5d, 2495 AL  Den Haag&lt;br /&gt;
 |InfoOpen=16:00&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Zaterdag 28 januari is het weer zover, dan viert revspace zijn&lt;br /&gt;
verjaardag / hebben we onze traditionele nieuwjaarsborrel met BBQ.&lt;br /&gt;
??? regelt de BBQ (inkopen, barbecues, etc.), maar heeft tijdens de&lt;br /&gt;
dag zelf wel hulp nodig met de bbq (sla en brood snijden, afwassen, etc.).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Activiteiten =&lt;br /&gt;
&lt;br /&gt;
* TBD&lt;br /&gt;
&lt;br /&gt;
= Takenlijst BBQ =&lt;br /&gt;
&lt;br /&gt;
Kun je de verantwoordelijkheid aan? Zet je naam erbij :-)&lt;br /&gt;
&lt;br /&gt;
; Inchecken gasten: &lt;br /&gt;
; Inkoop vlees, sla, brood: &lt;br /&gt;
; Inkoop vegea(n)istarisch: &lt;br /&gt;
; Opbouw en inrichting partytent: &lt;br /&gt;
; Grillmeesters: &lt;br /&gt;
; Huur extra BBQ&#039;s:&lt;br /&gt;
; Afwas: &lt;br /&gt;
; Achteraf opruimen en schoonmaken: &#039;&#039;iedereen&#039;&#039;&lt;br /&gt;
; Kantine stofzuigen: &lt;br /&gt;
; Afbouw partytent en zo: &lt;br /&gt;
&lt;br /&gt;
= Aanmeldingen =&lt;br /&gt;
&lt;br /&gt;
Bij &amp;quot;vlees&amp;quot; en &amp;quot;vega&amp;quot; graag het aantal mee-eters vermelden. Kosten voor het eten: &amp;amp;euro;?,- per persoon. &lt;br /&gt;
&lt;br /&gt;
We gaan tot maximaal 100 aanmeldingen :-)&lt;br /&gt;
&lt;br /&gt;
Zonder wiki-account aanmelden kan ook. Vraag op [[IRC]] in #revspace (freenode) of iemand je wil toevoegen, of e-mail naar bas@sebasti.us&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;border:40px inset rgba(calc({{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}} * 2),calc((100 - {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}}) * 2), 0,0.4); box-shadow: 0 0 0 5px rgba(calc({{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}} * 2),calc((100 - {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}}) * 2), 0,0.4);;&amp;quot;  &lt;br /&gt;
! Naam/Nick !! Vlees !! Vega !! Opmerkingen&lt;br /&gt;
{{BBQParticipant|Participant=Sebastius|Vlees=1}}&lt;br /&gt;
{{BBQParticipant|Participant=Flok|Vega=1}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! Subtotaal || {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|limit=999|format=sum}} ||{{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVega|limit=999|format=sum}} ||&lt;br /&gt;
|-&lt;br /&gt;
! Totaal ||colspan=&amp;quot;2&amp;quot;| {{#ask:[[-Has subobject::{{FULLPAGENAME}}]]|?BBQVlees|?BBQVega|limit=999|format=sum}} || max: 100&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Verwijderd20210427</name></author>
	</entry>
</feed>