Pages

Thursday 11 August 2022

contiki ng -GNU Mode

Open the terminal

ctrl +alt + t

vl@ubuntu:~/contiki-ng$ cd tools

vl@ubuntu:~/contiki-ng/tools$ ls

vl@ubuntu:~/contiki-ng/tools$ cd cooja

vl@ubuntu:~/contiki-ng/tools/cooja$ update-alternatives --config java

// it may not change unless we do in root 

vl@ubuntu:~/contiki-ng/tools/cooja$ sudo -s
[sudo] password for vl:
root@ubuntu:/home/vl/contiki-ng/tools/cooja# update-alternatives --config.java


root@ubuntu:/home/vl/contiki-ng/tools/cooja# ant run



No comments:

Post a Comment

OSPF Using CPT

OSPF (Open Shortest Path First)  is a common networking protocol used for routing within an autonomous system and is widely used due to its ...