Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 7605

Networking and servers • compiling bluelog on rpi2zw

$
0
0
Hi all,

Am following a guide to install bluelog onto my raspberry pi zero 2 w.

Code:

sudo apt-get updatesudo apt-get upgrade -ysudo apt-get install -y git build-essential libbluetooth-dev

Code:

git clone https://github.com/MS3FGX/Bluelog.git
Cloning into 'Bluelog'...
remote: Enumerating objects: 486, done.
remote: Total 486 (delta 0), reused 0 (delta 0), pack-reused 486 (from 1)
Receiving objects: 100% (486/486), 629.57 KiB | 3.93 MiB/s, done.
Resolving deltas: 100% (308/308), done.

Code:

cd Bluelogmakegcc -Wall -O2  bluelog.c -lbluetooth -lm -o bluelogIn file included from bluelog.c:41:libmackerel.c: In function ‘mac_get_vendor’:libmackerel.c:196:9: warning: ‘strncpy’ output may be truncated copying 9 bytes fr                                                                                              om a string of length 11 [-Wstringop-truncation]  196 |         strncpy(oui, mac_get_oui(full_mac), 9);      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Not sure if thats an important issue or not.

Code:

sudo make installgcc -Wall -O2  livelog.c -o www/cgi-bin/livelog.cgiscripts/gen_oui.sh checkDownloading OUI file from http://linuxnet.ca/ieee/oui.txt.gz...  ERROR: Unable to contact server!make: *** [Makefile:40: ouifile] Error 1
This does not look good.

Any suggestions or comments appreciated. Thank you.

Statistics: Posted by remus — Mon Dec 15, 2025 2:52 pm



Viewing all articles
Browse latest Browse all 7605

Trending Articles