<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://neil.mckillop.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://neil.mckillop.org/feed.php">
        <title>neil.mckillop.org projects:wifi</title>
        <description></description>
        <link>https://neil.mckillop.org/</link>
        <image rdf:resource="https://neil.mckillop.org/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-30T22:31:41+0100</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://neil.mckillop.org/projects/wifi/scan_1?rev=1570812336&amp;do=diff"/>
                <rdf:li rdf:resource="https://neil.mckillop.org/projects/wifi/scan_2?rev=1585707787&amp;do=diff"/>
                <rdf:li rdf:resource="https://neil.mckillop.org/projects/wifi/scan_3?rev=1586992168&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://neil.mckillop.org/lib/tpl/dokuwiki/images/favicon.ico">
        <title>neil.mckillop.org</title>
        <link>https://neil.mckillop.org/</link>
        <url>https://neil.mckillop.org/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://neil.mckillop.org/projects/wifi/scan_1?rev=1570812336&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-10-11T17:45:36+0100</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>projects:wifi:scan_1</title>
        <link>https://neil.mckillop.org/projects/wifi/scan_1?rev=1570812336&amp;do=diff</link>
        <description>Project Wifi Scanner: Data Scan 1

I was curious to see how much I could detect with an off the shelf setup (standard PCIe wifi card with an external 10cm antenna) running in my living room for a week.  Here are the numbers so far:

Raw size: 2,077,031,816 bytes (2.0Gb) (14,991,993 lines of tcpdump data)</description>
    </item>
    <item rdf:about="https://neil.mckillop.org/projects/wifi/scan_2?rev=1585707787&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-04-01T03:23:07+0100</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>projects:wifi:scan_2</title>
        <link>https://neil.mckillop.org/projects/wifi/scan_2?rev=1585707787&amp;do=diff</link>
        <description>Project Wifi Scanner: Data Scan 2

I imported and prepared the data as described on the Wifi Scanner page.

The main date range is 1st Nov 2019 to Dec 31st 2019 (but also includes up to Jan 5th 2020).

Extracting a basic count of all activity:


select count(mac), date(seen_time) from wifi_data where date(seen_time) between '2019-11-01' and '2020-01-06' group by date(seen_time);</description>
    </item>
    <item rdf:about="https://neil.mckillop.org/projects/wifi/scan_3?rev=1586992168&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-04-16T00:09:28+0100</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>projects:wifi:scan_3</title>
        <link>https://neil.mckillop.org/projects/wifi/scan_3?rev=1586992168&amp;do=diff</link>
        <description>Project Wifi Scanner: Data Scan 3a

Full scan of Feb 1st to April 10th 2020 - are people self isolating for COVID-19?  Seems so.



I loaded data in as below.  Then exported the basics to a CSV in MySQL:


SELECT DATE(seen_time),COUNT(DISTINCT mac) FROM simple_data WHERE DATE(seen_time) BETWEEN '2020-02-01' AND '2020-04-31' GROUP BY DATE(seen_time) INTO OUTFILE '/tmp/feb-apr-plot.csv'</description>
    </item>
</rdf:RDF>
