Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to download mobility plugin #379

Open
wants to merge 38 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
95841fb
Remove all the DODAG from the instance when the node is set as Root
laurentderu Jan 16, 2015
33fccf7
Fix indentation
laurentderu Jan 16, 2015
1c27755
Do not delete instance when a new DODAG can not be created
laurentderu Jan 16, 2015
678ed30
Do not priotirize new packets in sicslowpan
laurentderu Jan 16, 2015
507a1b0
Set uip_ext_len to 0 after dropping packet
mwasilak Dec 19, 2014
7d7cd00
fixed so that trickle timer rpl config is updated at global repair
Oct 24, 2014
f680514
Use debuild to create debian package
laurentderu Mar 27, 2015
a30daa5
Check node existence first in add route notification in node-info
laurentderu Mar 25, 2015
81cbab7
Allow more baudrates for slip-radio interface
laurentderu Apr 1, 2015
76fa87d
Force bridge mac address to eth0 mac address in example interface files
laurentderu Apr 17, 2015
d7be652
Fix webserver formatting
laurentderu Apr 17, 2015
f41cc92
Add support for non constant Ethernet padding
laurentderu Apr 29, 2015
ebf7707
Send the first NS attempt inside tcpip_ipv6_output()
ioannisg Mar 9, 2015
7d591c3
Add DESTDIR to install target and fix 6lbr startup script
laurentderu May 5, 2015
28377c1
Add usb scanning workaround for BB
laurentderu May 6, 2015
6ca958a
Update documentation
laurentderu May 6, 2015
ac97c54
Add protection on MacOS-X
laurentderu May 6, 2015
f034d3c
Add forward compatibility in node-info
laurentderu May 6, 2015
0102f69
Check mac address message size
laurentderu Apr 24, 2015
49aa515
Split up install target
laurentderu May 7, 2015
574eaff
Add documentation on SCAN_DEVICE
laurentderu May 7, 2015
b13c95d
Add interfaces example file for debian Beaglebone
laurentderu May 7, 2015
68bc940
Bump version to 1.3.3
laurentderu May 6, 2015
3715b49
Update 1.3.3 changelog
laurentderu May 8, 2015
4ba93cd
Merge branch 'develop'
laurentderu May 12, 2016
4f7a1cd
Update 1.4.0 changelog
laurentderu May 8, 2015
c33493f
Bump version to 1.4.0
laurentderu May 12, 2016
fc76af7
Update package creation rules
laurentderu May 13, 2016
58c6736
Fix version in debian/changelog
laurentderu May 17, 2016
ae385ad
Merge branch 'dev-1.4.x'
laurentderu Dec 22, 2016
d780fe0
Update changelog
laurentderu Dec 22, 2016
5fdd8a4
Bump version to 1.4.1
laurentderu Dec 22, 2016
1276d2d
Merge branch 'dev-1.4.x'
laurentderu Nov 24, 2017
b981b83
Update changelog
laurentderu Nov 24, 2017
e865b8c
Bump version to 1.4.2
laurentderu Nov 24, 2017
bbe99cf
Merge branch 'develop'
laurentderu Dec 14, 2017
491a1d8
Update changelog
laurentderu Dec 14, 2017
7397a16
Bump version to 1.5.0
laurentderu Dec 14, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/6lbr/angstrom/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: cetic-6lbr
Version: 1.3.2
Version: 1.5.0
Architecture: armv7a
Maintainer: CETIC <[email protected]>
Section: network
Expand Down
62 changes: 62 additions & 0 deletions examples/6lbr/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,65 @@
cetic-6lbr (1.5.0) unstable; urgency=low

* Features
Multicast routing
RPL Non-Storing mode
DAO-Ack support
AdaptiveSec integration
TSCH SLIP-Radio support
Rebased on latest Contiki (11-Oct-2017)

-- 6lbr-team <[email protected]> Thu, 14 Nov 2017 12:30:10 +0100

cetic-6lbr (1.4.2) unstable; urgency=low

* Features
Multi SLIP-Radio support
Add CRC for SLIP-Radio
Runtime configuration of NUD
Add Per-Node statistics
Add set PAN ID command in slip radio
Add RPL hooks and delayed RPL initialisation
Replace abbreviations in status pages
New demo framework and demos for the main features of 6LBR
* Bugfixes
6lbr.ip4 is not updated when using DHCP
SLIP retransmit callback not scheduled
Node tree graph is sometimes corrupted
TCP RST are observed on BBB and RPi
Buffer overflow when saving 6lbr.ip
gettimeofday() is still used in handle_fd()
Loss of access to web server due to wrong source address selection
Global repair is not properly triggered at BR startup
Infinite loop in node config

-- 6lbr-team <[email protected]> Fri, 24 Nov 2017 9:30:10 +0100

cetic-6lbr (1.4.1) unstable; urgency=low

* Features
Node info export
Improved multi-dodag support
Better endianness detection
TinyDTLS stability fixes
Slip-radio configuration
Add Slip-radio retries
Non-root support
Improved plugin build and support
* Platform
CC26xx/CC13xx full support
Cooja support
OpenWRT feed
* Bugfixes
Fix anti-replay flag inversion
Fix max rank increase
Fix loss of address in SmartBridge mode
Fix route deletion after time update
Fix random crashes in udp-server
Fix uip_buf buffer overflow and packet with wrong size
Fix PAN-ID configuration on CC2538/CC26xx/CC13xx

-- 6lbr-team <[email protected]> Thu, 22 Dec 2016 13:15:40 +0100

cetic-6lbr (1.4.0) unstable; urgency=low

* Features
Expand Down
4 changes: 2 additions & 2 deletions examples/6lbr/project-conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@
/* Do not change lines below */
/*------------------------------------------------------------------*/

#define CETIC_6LBR_VERSION "1.5.0"

/* Activate CETIC 6LBR specific code in Contiki */
#define CETIC_6LBR 1

#define CETIC_6LBR_VERSION "1.5.x"

#define CETIC_6LBR_ETH_EXT_A 0xFF
#define CETIC_6LBR_ETH_EXT_B 0xFF

Expand Down