-
-
Program powinien działać tak, że czytamy ramkę i:
1. Ładujemy dane do pola klasy ELANFrame
2. Pobieramy CRC
3. Wywołujemy sprawdzenie odczytanego crc z policzonym.
4. Jeżeli ramka jest ok to tworzymy …
-
[ECE358 P2] 2013/03/10 23:27:03 [ CSMA /CD ] Started
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x1 addr=0x18 pc=0x42e596]
goroutine 1 [running]:…
-
I have noticed that commit b43dad00b ("Cleaned up RF230BB, and refactored FRAME_RETRIES and CSMA_RETRIES") has broken reception of packets for the `avr-raven` and `avr-ravenusb` platforms. Sending pac…
-
When I change the packet of the write test to:
```
char test_msg[] = {0x0D, 0x41, 0x88, (char) i, 0x22, 0x00, 0x01, 0x00, 0x01, 0x00, 0x72, (char) i};
```
(no longer requesting an ack, as is the def…
-
I don't really have a better description than the title right now; I'll try to pin down more details as I work with it. Basically I'm running RadioCountToLeds and then going to dinner, and when I get …
-
I followed the instruction in http://ndnsim.net/intro.html
I compiled everything with
./waf configure --boost-includes=../boost/include/ --boost-libs=../boost/lib/ -d optimized --enable-examples …
-
_Original author: M.Cerv...@computer.org (March 11, 2012 13:11:31)_
What steps will reproduce the problem?
- try to send packet with length 15 bytes and more of payload without RF230_SLOW_SPI defined…