Live data from Hacker News

Viewing profile — filar

filar

HN member
Joined
Mon, Aug 06, 2018, 8:51 AM UTC
HN karma
9
Public activity
7 items

About filar

No profile information was provided.

Recent public activity

  1. comment
    Comment #25489645

    I have been here a lot longer than that, and I do recognize some of these comments coming from long-time PJON users parttaking in the PJON gitter channel, asking for advice from ot…

  2. comment
    Comment #25487371

    I have used PJON, with the SWBB and DUDP strategies, for my home automation setup for at least 4 years. I do not need the kilometer range of SWBB, but have stretches of tens of met…

  3. comment
    Comment #21430455

    Small correction: Using CRC is not optional. Setting the crc flag makes it use CRC32 even for very small packets. The default is to use CRC8 for packets of a few bytes and then upg…

  4. comment
    Comment #21429690

    PJON is based on a concept of selectable "strategies" to support using the protocol with different physical media. Some of these, like the one named SoftwareBitBang which allows a …

  5. comment
    Comment #21428189

    Although not using PJON addresses as IP addresses, PJON has a few strategies that allow a PJON bus to span a Ethernet+WiFi LAN and/or WAN. I use this in my PJON-based home automati…

  6. comment
    Comment #21372624

    Every user of Arduino and similar devices who do not know PJON should take a look. Especially the SoftwareBitBang strategy is genious, allowing lots of devices to communicate over …

  7. comment
    Comment #17696857

    Also check out the related ModuleInterface library ( https://github.com/fredilarsen/ModuleInterface ) that lets devices declare their contracts for settings, outputs and inputs and…