I love my dumb watches 4 months ago
So whats the point of wearing a garmin if you disable bluetooth? It doesn't seem like he needs GPS tracking or maps.
HN user
So whats the point of wearing a garmin if you disable bluetooth? It doesn't seem like he needs GPS tracking or maps.
There's no mention of M1 in the article
You can do something similar with `libpnet` in rust:
#[packet]
struct Dns {
id: u16be,
qr: u1,
opcode: u4,
aa: u1,
tc: u1,
...
#[payload]
data: Vec<u8>,
}