DubiousCactus / Netwolope

Wireless sensors network used to benchmark different compression algorithms on a split image.
0 stars 0 forks source link

Implement the Ross compression algorithm #14

Closed DubiousCactus closed 6 years ago

DubiousCactus commented 6 years ago

See ross_compression branch

DubiousCactus commented 6 years ago

@sheikhomar Can you test this ? I can't seem to be able to receive any of my printf() statements...

sheikhomar commented 6 years ago

Okay, I will give it a shot

sheikhomar commented 6 years ago

I tested your code and it is not working. Something goes horribly wrong when RossCompression module is running. For example, even though there no code to explicitly turn on the LEDs, the green and red LEDs are magically turned on.

DubiousCactus commented 6 years ago

Uhm are you sure about that ? Because I turn on some LEDs in the ProgramM module. So the printf() shows you anything or not ?

DubiousCactus commented 6 years ago

Never mind, I got the printf working, it's just this stupid tinyOS being stupid...