Skip to content

Emanesh not working #2

@James-Sloop

Description

@James-Sloop

Last week I completed the entire emane-guide and by the end I had everything working properly. This morning I went back into the guide to review the models and I found that some key elements are no longer working. When trying to complete the RF Pipe Radio Model, I issue the first command emanesh node-1 get table nems phy PathlossEventInfoTable ReceivePowerTable and I immediately get the following error:
image

I think I know what caused the problem but I am not sure how I can fix it. After completing the emane-guide, I started working with CORE (Common Open Research Emulator) which had me install emane somewhere else on my machine. Did installing emane somewhere else mess up the emane guide and if so I have a few questions. Is the duplicate instillation the source of the issue? Is there a way to have both installations of emane working? If not, do I need to uninstall the emane guide for the version CORE uses to work? I am using Ubuntu 22.04 and the emane guide was installed using the pre-built packages. The other installation of emane was done following the CORE installation guide shown bellow:

# install emane
cd ~/Documents
wget https://github.com/protocolbuffers/protobuf/releases/download/v3.19.6/protoc-3.19.6-linux-x86_64.zip
mkdir protoc
unzip protoc-3.19.6-linux-x86_64.zip -d protoc
git clone https://github.com/adjacentlink/emane.git
cd emane
./autogen.sh
./configure --prefix=/usr
make -j$(nproc)
sudo make install
cd src/python
make clean
PATH=~/Documents/protoc/bin:$PATH make
sudo /opt/core/venv/bin/python -m pip install .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions