Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
contiki-ng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NATAF Emmanuel
contiki-ng
Commits
8602fb51
Unverified
Commit
8602fb51
authored
7 years ago
by
George Oikonomou
Browse files
Options
Downloads
Plain Diff
Release v4.0
parents
cbeac323
8f8c7470
Branches
Branches containing commit
Tags
release/v4.0
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-2
1 addition, 2 deletions
.gitignore
examples/6tisch/sixtop/node-sixtop.c
+1
-1
1 addition, 1 deletion
examples/6tisch/sixtop/node-sixtop.c
examples/rpl-udp/README.md
+2
-1
2 additions, 1 deletion
examples/rpl-udp/README.md
tools/cooja
+1
-1
1 addition, 1 deletion
tools/cooja
with
5 additions
and
5 deletions
.gitignore
+
1
−
2
View file @
8602fb51
...
...
@@ -12,8 +12,7 @@
*~
obj_*
Makefile.target
doc/html
doc/latex
tools/doxygen/html
patches-*
tools/tunslip
tools/tunslip6
...
...
This diff is collapsed.
Click to expand it.
examples/6tisch/sixtop/node-sixtop.c
+
1
−
1
View file @
8602fb51
...
...
@@ -63,7 +63,7 @@ AUTOSTART_PROCESSES(&node_process);
/*---------------------------------------------------------------------------*/
PROCESS_THREAD
(
node_process
,
ev
,
data
)
{
int
is_coordinator
;
static
int
is_coordinator
;
static
int
added_num_of_links
=
0
;
static
struct
etimer
et
;
struct
tsch_neighbor
*
n
;
...
...
This diff is collapsed.
Click to expand it.
examples/rpl-udp/README.md
+
2
−
1
View file @
8602fb51
...
...
@@ -7,4 +7,5 @@ send a UDP request periodically, that simply includes a counter as payload.
When receiving a request, The server sends a response with the same counter
back to the originator.
The simulation files show example networks, for sky motes and for cooja motes.
The
`.csc`
files show example networks in the Cooja simulator, for sky motes and
for cooja motes.
This diff is collapsed.
Click to expand it.
cooja
@
8799528a
Compare
53f8a093
...
8799528a
Subproject commit
53f8a093ed2c84c90a426f27efbf32e754619c9e
Subproject commit
8799528a5851f7e5af394f3f38e4a82b378e67af
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment