this post was submitted on 17 Feb 2024
67 points (97.2% liked)

Privacy

31383 readers
202 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

Is there a community specific to FOSS or just general privacy oriented IoT? With plenty of hardware discussion along with software. Routers, piholes, Meshtastic, anything IoT but open source. If it touches a network but you want it to do something it doesn't. Flashing a doorbell camera with FOSS firmware. Hosting media servers on your phones Hotspot. Loading gcode to a printer from anywhere. There are so many things and possibilities.

If there isn't someone should start one, OpenIoT or something catchy and relevant.

you are viewing a single comment's thread
view the rest of the comments
[–] nottelling@lemmy.world 12 points 7 months ago (2 children)

There is an entire ecosystem of open SoC devices, code, platforms, development boards, etc. One of the most popular is the ESP32/8266 boards, which is a pretty good place to start.

[–] GluWu@lemm.ee 3 points 7 months ago* (last edited 7 months ago) (2 children)

I know, Meshtastic is almost entirely built on esp32 devices. Where is the community for this ecosystem? If there isn't one on a widely federated instance there should be.

[–] Gooey0210@sh.itjust.works 4 points 7 months ago

Matrix(#meshtastic:matrix.org) and their forum

Also, meshtastic is not only esp32, but also nrf which is really cool

[–] user224@lemmy.sdf.org 2 points 7 months ago* (last edited 7 months ago)

There's also !meshtastic@lemmy.ml, but it's inactive at the moment.

[–] XTL@sopuli.xyz 2 points 7 months ago (1 children)

A Chinese WiFi chip with binary blobs is about the farthest you can get from privacy, though. Or free software.

[–] nottelling@lemmy.world 5 points 7 months ago* (last edited 7 months ago)

That's fair, since it's possible these chips have some backdoored bootloader or something, I've never personally analyzed them with an electron microscope, but the architecture and wire traces are published, so you could start a chip fabrication plant and roll your own silicon.

The actual running code on them is usually GitHub hosted though, or you can write it yourself and just import the libraries you need, again usually from GitHub or the platform specific repositories.

If you're worried about Chinese chips in your open source though, I have some real bad news for you.

If you're using FOSS specifically as a control against Chinese spying, and not analyzing the commit logs of every package you download, I have more bad news for you.