meshstream
meshstream copied to clipboard
Live video stream with a distributed file system over a physical mesh network
Modified broadcast script to "advertise" all users created on the ssb-web client to do: - maybe only ones that are online (not idle?) - add `&& echo $id` to advertise...
Currently working on https://github.com/tomeshnet/prototype-cjdns-pi since mesh-orange workshop profile is on an intensive weight loss program :( - [x] Merge https://github.com/tomeshnet/prototype-cjdns-pi/pull/156 - [x] Make https://github.com/darkdrgn2k/ssb-web-pi run on prototype - [x] Stream...
Here is the persistent config in `/etc/network/interfaces` IP addresses are just an example, no ip addresses are needed for cjdns to work. For debugging i set 10.1.1.1 and 10.2.2.1 on...
Get it working on mesh-orange, otherwise we use Raspbian as base.
OpenWRT/LEDE raw config for mesh stream Run in serial console as network connection may drop ``` ip="192.168.40.31" gw="192.168.40.1" rand4bytes=$(head -c 256 /dev/urandom | md5sum | sed 's/\(..\)/\1:/g' | head -c...
Factory LEDE/OpenWRT is broken for mesh point Fixes as such ``` sed -i 's#iw dev "$ifname" mesh join "$mesh_id" freq $freq $mesh_htmode \\#iw dev "$ifname" mesh join "$ssid" freq $freq...
Twice now U-Boot failed to start on boot simply stalling like so ``` U-Boot 1.1.4 (Apr 19 2014 - 00:17:22) ap135 - Scorpion 1.0DRAM: sri Scorpion 1.0 ath_ddr_initial_config(233): (32bit) ddr1...
Seems the LibreRouter V1 running Vanilla LEDE seems to break the the kernel partition ``` root@LiMe-112ed8:/tmp# sysupgrade -n openwrt-lede-vanilla-ar71xx-generic-librero uter-v1-squashfs-sysupgrade.bin Image metadata not found killall: watchdog: no process killed Commencing...
To compile the os currently follow these steps ``` wget http://blog.altermundi.net/media/uploads/lime-sdk-LR.tar.bz mkdir -p /home/nicolas/OS_projects/lime-sdk-LR cd /home/nicolas/OS_projects wget http://blog.altermundi.net/media/uploads/lime-sdk-LR.tar.bz tar xvf lime-sdk-LR.tar.bz cd lime-sdk-LR ./cooker --update-communities --update-feeds ./cooker -b ar71xx/generic ./cooker...
We prototyped the VLAN configuration (similar to https://github.com/tomeshnet/deployment/issues/2#issuecomment-386834866) with LEDE on LibreRouter, but plan to try LibreMesh and let it handle the routing. Put all three LibreRouters into our desired...