-
I git latest Contiki and build cc26xx-web-demo for my CC2650STK. The following is the UART output
Starting Contiki-3.x-2278-g8f06451
With DriverLib v0.44336
TI CC2650 SensorTag
Net: sicslowpan
MAC:…
-
... beschwert sich rfd beim initialisieren vom Modul.
Normal liegt das dran, dass der user unter dem rfd ausgeführt wird nicht in der gruppe dialout ist.
Nur welcher user ist das, wenn rfd innerhalb …
-
통상 우리가 인터넷이라고 하는 네트워크는 Ethernet과 TCP/IP를 사용하며 유선의 경우 IEEE 802.3에 무선의 경우 802.11에 규정이 되어있습니다. http://en.wikipedia.org/wiki/IEEE_802 그리고 유선의 경우 매개체(medium)이 구리(동축/Coaxial)를 주로 사용하는 대신 무선의 경우 공기(atmospher…
-
Pinging several times between two remote revision A nodes (`remote-reva`) with bigger payloads (e.g. 200, 500, 1000 Bytes) leads to high losses.
-
I downloaded ns3.26 and built it successfully. Then, I tried to import mmwave module by copying it in src folder and after these commands:
./waf configure --enable-examples
./waf build
building…
-
eMote v. 15 release (Build Date May 11 2016 13:56:02, Software ID: 10d7bd34c03d6059721646a59262566ff70f24b4-clean by: Chris)
The program is attached to the comment below.
The program uses OMAC, in c…
-
For some reason a node with `tests/lwip` flashed isn't able to receive any packets on `samr21-xpro` (the interrupt for reception on driver level isn't even fired). With bisecting I was able to pin-poi…
-
Hello,
at first, thank for your work.
It is possible to create a function to send an message to broadcast like this:
``` python
def sendOverBroadcast(self, buff, loopcount):
self.writeReg(…
Newan updated
8 years ago
-
how does LoraWAN MAC support CSMA/CA management?
-
OMAC does not support broadcasting packets to every receiver.
For convenience, and for porting CSMA-MAC apps, it would be convenient to allow a C-Sharp app to send a broadcast packet and have the nati…