-
Couldn't load subscription status.
- Fork 3
Comparing changes
Open a pull request
base repository: openDSME/inet
base: ieee802154_example
head repository: i-tek/inet
compare: ieee802154_example
- 15 commits
- 20 files changed
- 4 contributors
Commits on Oct 13, 2016
-
CSMA: Throw away packets with bit errors
In contrast to MiXiM where this code originates, INET does not throw away corrupted packets, but instead only sets a flag, so the packet has to be removed manually. Signed-off-by: Florian Kauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f82e6f8 - Browse repository at this point
Copy the full SHA f82e6f8View commit details -
Fix choice of routerId inside GenericRoutingTable
Inside the GenericRoutingTable, the highest interface address was chosen as the routerId, but this does not match the behaviour of the L3AddressResolver. Now both use the interface with the lowest address. Signed-off-by: Maximilian Köstler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb08aa6 - Browse repository at this point
Copy the full SHA fb08aa6View commit details -
The rxSetupTime for the IEEE 802.15.4 MAC was still set to 0s. This is now set according to the datasheet of the ATmega256RFR2. Signed-off-by: Florian Kauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b1cc71 - Browse repository at this point
Copy the full SHA 4b1cc71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19be4e6 - Browse repository at this point
Copy the full SHA 19be4e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 239c330 - Browse repository at this point
Copy the full SHA 239c330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd1f50 - Browse repository at this point
Copy the full SHA 7dd1f50View commit details -
Draw radio-range on topmost module.
Change radio module to draw communication range and interferece range for the topmost enclosing node (important for hierarchical structures).
Configuration menu - View commit details
-
Copy full SHA for 08b951f - Browse repository at this point
Copy the full SHA 08b951fView commit details -
Ieee802154: Add processing delay
Add processing delay in the network layer. The value is a typical value for the processing delay in CometOS. Signed-off-by: Florian Kauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9efed95 - Browse repository at this point
Copy the full SHA 9efed95View commit details -
Ieee802154: Add carrierFrequency to mediumLimitCache
For FreeSpacePathLoss, the carrierFrequency of mediumLimitCache is required. Signed-off-by: Florian Kauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbfbcf4 - Browse repository at this point
Copy the full SHA fbfbcf4View commit details -
Radio: Fixed FreeSpacePathLoss bug in the loss forumula for alpha != …
…2 case, reported by Benjamin Sliwa. This bug affected models only if the alpha parameter has been changed from its default value of 2.
Configuration menu - View commit details
-
Copy full SHA for cc1f621 - Browse repository at this point
Copy the full SHA cc1f621View commit details
Commits on Nov 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 73cb05a - Browse repository at this point
Copy the full SHA 73cb05aView commit details
Commits on Dec 16, 2016
-
Fixed traffic generators selfMessage allocation and introduced generi…
…c IP-Application interface.
Configuration menu - View commit details
-
Copy full SHA for 82710a5 - Browse repository at this point
Copy the full SHA 82710a5View commit details -
Added a lot of IANA IP next protocol entries.
This basically avoids an error to be thrown when a not implemented protocol number is used. The numbers which were listed in the original version are marked with "// implemented". In future, it might be reasonable to remove the error throwing and simply accept the numbers.
Configuration menu - View commit details
-
Copy full SHA for cf51f28 - Browse repository at this point
Copy the full SHA cf51f28View commit details -
Now the traffic generator can be used through the omnet.ini
Configuration menu - View commit details
-
Copy full SHA for da04189 - Browse repository at this point
Copy the full SHA da04189View commit details -
Configuration menu - View commit details
-
Copy full SHA for dab2221 - Browse repository at this point
Copy the full SHA dab2221View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ieee802154_example...ieee802154_example