05-15-2016, 01:46 AM
@PabloDons Where I live, it's quite common to pay per GB, it wasn't until a few months ago that something better came up: $60 for 10 GB and unlimited 2G after that. To be quite frank, the previous internet plan was eating us alive at a price of $15/GB with no cap on how much you can download. At one point, my family had to divide a $250 between 4 people. So where do you live that you get unlimited and not throttled?
@Chibill technically the file isn't smaller at all, i just reduce the usage. The protocol is something like any byte sent also represents a bit. This bit equals 0 if it's received the first half a second, 1 if second half. So:
0.25s : fe de ad be
0.57s : ef ee 13
1.11s : 34 22 91
Would be 00001110 (00)<-discarded unless more bytes/bits come
So the whole message is fedeadbeef1334(0e)2291
The thing is this method delays the sending of packets sometimes for the sake on saving bandwidth. I guess I could just drop the idea as I am no longer under a cruel and unusual ISP, just an idea that had me curious.
@Chibill technically the file isn't smaller at all, i just reduce the usage. The protocol is something like any byte sent also represents a bit. This bit equals 0 if it's received the first half a second, 1 if second half. So:
0.25s : fe de ad be
0.57s : ef ee 13
1.11s : 34 22 91
Would be 00001110 (00)<-discarded unless more bytes/bits come
So the whole message is fedeadbeef1334(0e)2291
The thing is this method delays the sending of packets sometimes for the sake on saving bandwidth. I guess I could just drop the idea as I am no longer under a cruel and unusual ISP, just an idea that had me curious.