I have this json file, but i can't figure out why the validator says that is invalid.
Can you help me with it?
Thanks in advance!
{
"apps": {
"org.onosproject.xran": {
"xran": {
"active_cells": [
{
…
I am working on a Java project and want to understand the source code before implementing mine into it. The problem im facing is, how can the source code uses the abstract method from an interface without actually overriding it?
At first, I came to…
I have been trying to install ONOS using Bazel's new version i.e., Bazel-5.1.1 in Ubuntu 20.04 LTS for mininet/containernet. I have been having issues regarding Bazel build onos command. I have searched for the installation process all over and…
I am trying to run the containernet_example.py file (where I modified the 2 docker image hosts with my docker images) with ONOS as the controller for my topology.
When I accessed the ONOS UI page via localhost:8181/onos/ui/login.html I was not able…
I am trying to generate Java code from Yang using the ONOS YANG Compiler.
I'm following the instructions on the Wiki to compile, but I'm getting compile errors and cannot generate Java code from Yang.
YANG Compiler
The following is the error…
I create a VM(ubuntu16.04) on my Win10 and compile onos by the following command in shared folder .
$ export ONOS_ROOT=/media/sf_EC/onos
$ source $ONOS_ROOT/tools/dev/bash_profile
$ ./tools/build/onos-buck run onos-local -- debug clean
I found the…
When I execute the following command
sudo mn --controller remote,ip=127.0.0.1 --topo=single,4
ONOS shows the following Error
Error while processing message from [127.0.0.1:54080
DPID[00:00:00:00:00:00:00:01]]state…
Am configuring new application
that detects network through onos switches then make all hosts ping each other. ( i dont want to use fwd or ifwd apps)
By starting mininet with simple linear 2 topology, i made the application but i can’t see that the…
I have two VirtualBox VMs running in my PC, one running a ONOS controller and the other running a Mininet topology with two OVS. Both OVS and physical switch appear in the remote ONOS controller, but i am trying to connect one of the OVS in mininet…
I'm trying to build ONOS controller from source code, but at some point of the bazel build process, i get a lot of errors as you can see bellow:
Starting local Bazel server and connecting to it...
... still trying to connect to local Bazel server…
I have a custom GUI app created using onos-create-app cli which uses ui2 maven archetype for creating the application.
The first time I run mvn clean install on it, it threw error:-
Generic type 'FactoryDef' requires 1 type argument(s)
I searched…
I try to connect onos contrller in remote sever's container. But it shows Unable to contact the remote controller at 129.00.09.82:8190
The mininet command is sudo mn --topo=linear,3 --controller=remote,ip= 129.00.09.82:8190
The Ip I used is floating…
I have did this code for topology:
from mininet.topo import Topo
from mininet.net import Mininet
from mininet.log import setLogLevel, info
from mininet.node import OVSSwitch, Controller, RemoteController
from mininet.cli import CLI
class Project(…
My questions
a flow doesn't hit the OpenFlow flow table although its property matches the table perfectly. How can it happen? Could you give me a little hint for trouble shooting?
What I did for finding answers.
(1) I made a small network by using…
I am currently playing around with ONOS and OpenFlow. I am using ONOS 2.0.0 and mininet-wifi. I have to following scenario: A wireless node moves between multiple access points. I would like to set up flow rules for the current and the following…