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

Update TESTING.md #1065

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@ Prebuilt development images can be downloaded from here:

Install the package `qemu-system-x86_64` if you don't have already installed.


> [!WARNING]
> Since the commit https://github.com/libremesh/lime-packages/commit/64b7c01961c6e7bc776f83523aea9264724b3b23 lime packages break the qemu image and the interfaces cannot be setted up!
> This is due to the migration to a newer version of OpenWRT.
> To use the latest lime packages, use a OpenWRT 23 image.

Copy link
Collaborator

@javierbrk javierbrk Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can also add a link to a prebuilt OpenWRT 23 image.

Suggested change
>
> New prebuilt images can be downloaded from here:
> * https://repo.libremesh.org/releases/2023.1-rc2-ow22/targets/x86/64/libremesh-2023.1-rc2-ow22-default-x86-64-generic-rootfs.tar.gz
> * https://repo.libremesh.org/releases/2023.1-rc2-ow22/targets/x86/64/libremesh-2023.1-rc2-ow22-default-x86-64-generic-initramfs-kernel.bin

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if we should link non official repos here..

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if we should link non official repos here..

also further testing has to be done... Let's leave this text behind

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added reference to official repo images

### Build a mesh network

Up to 100 qemu nodes can be setup. Use the `--node-id N`. All the node's LAN interfaces are
Expand Down
Loading