-
Notifications
You must be signed in to change notification settings - Fork 41
/
news.txt
177 lines (115 loc) · 9.09 KB
/
news.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
---
title: News
ref: news
lang: en
---
== 2023-09-06 - LibreMesh on the waves
On Friday the 19th of July, one of us was invited to Radio Campus in Brussels, for the "Radio Source" program, where they talk about current Free Software news and the world of Open Source development.
We had the opportunity to talk with the hosts for about an hour about LibreMesh, why the project was created, how it was used in 2024 and about what a mesh network is, what are its purposes, and what LibreMesh offers regarding mesh networks.
The archive is available here https://redif.src.brussels/ under 2024 and then select the file from the 19th of July!
== 2023-10-07 - A new stable release and a release candidate for Openwrt 22!
We released a new version of Libremesh based on OpenWrt 19!
https://downloads.libremesh.org/releases/2020.4-ow19/
and a new release candidate based on OpenWrt 22:
https://downloads.libremesh.org/releases/2023.1-rc2-ow22/
[NOTE]
===========
Firmware images of libremesh-2020.4 based on openwrt-19.07.10, were signed with the wrong signing keys.
To install additional `kernel_modules` via `opkg`:
- Add the build repository for the selected `target/subtarget` here *ar71xx/generic*:
```
echo "src/gz libremesh_kmods http://downloads.libremesh.org/releases/2020.4-ow19/targets/ar71xx/generic/packages" >> /etc/opkg/limefeeds.conf
```
- Then add the signing key:
```
cat << EOF > /etc/opkg/keys/c37d41571f77f282
untrusted comment: signed by libremesh.org for 2020.4 release builds
RWTDfUFXH3fygrM5F7kON6UQTWjWG9aNVBSNFnUv3cHXJjFVmZrGJ6Iw
EOF
```
===========
This means that the release candidate needs testing, bug fixing and
loads of community love so that we can have an amazing release that can
actually ease the creation of community networks everywhere.
Check out the: https://lists.autistici.org/message/20230929.142923.34529fc1.en.html
https://lists.autistici.org/message/20230929.152044.f1940e95.en.html
for more detailed information.
Another great gourgeous news is that from now we have a Firmware Selector, check it out here:
https://repo.libremesh.org/selector
This release has contributions from communities and individuals from all around the world.
Testing, software development, documentation, community building. Thank you all!!
== 2023-03-10 - Endorsement to BattleMesh v15 in Calafou, Barcelona
The Wireless Battle of the Mesh is going live for its 15th edition. This time for a full *week* again!
The dates and venue have been set by the WBM community:
8-14th of May 2023
Calafou, Vallbona d'Anoia, Barcelona
https://www.openstreetmap.org/#map=19/41.51115/1.70263
https://calafou.org/web/index.php/sobre-calafou#eng
LibreMesh community supports and will participate in this year's Wireless BattleMesh (WBM) v15 in Calafou, Barcelona.
LibreMesh will be one of the topics that will be discussed there, together with routing protocols for mesh networks, human communities below the wireless nodes, and much more technical and political topics related to community networks!
You can see the full announcement email here
https://lists.autistici.org/message/20230310.090007.3ae9dd40.en.html
And the event website here:
https://battlemesh.org/BattleMeshV15
Enjoy meshing!
== 2022-09-18 - Participation to BattleMesh v14 in Rome
LibreMesh supports this year's "Wireless Battle of the Mesh - Building Community Networks for Fun and Non-Profit".
The event aims to bring together people from across the globe who are interested in community networks, including wireless mesh network technologies, fiber infrastructure, Do-It-Yourself Internet Access Providers, and more generally how to create and maintain a thriving community of people involved in building their own networks.
We envision 4 days of expert presentations, practical workshops, hacking sessions, and fruitful discussions: whether you are a mesh networking enthusiast, community networking activist, protocol developer, or have an interest in networking in general, come and join the event!
The Battlemesh is free of charge and open for all.
This year, the event will take place from Monday 19th to Thursday 22nd of September, 2022 in Rome, Italy!
Check out more information at https://www.battlemesh.org/BattleMeshV14
== 2020-12-15 - LibreMesh 2020.1 release
The LibreMesh team is happy to announce a new version of LibreMesh, 2020.1 "Expansive Emancipation".
Three years of work, 882 commits, 23 developers, tons of bug fixes and improvements!
This release is compatible with OpenWrt stable 19.07.5 and old-stable 18.06.9. For the time source-only
release so you will need compile it yourself for the devices used by your community using the easy to
follow instructions in https://libremesh.org/development.html
=== What's new in 2020.1 "Expansive Emancipation"
It is imposible to do a meaninful list of all the changes. A non complete list of the most relevant
developments:
* https://github.com/libremesh/lime-app/[LimeApp]: an app to for the maintenance and deploy of community networks targeted to non-technical
community members.
* A new community-oriented configuration system that facilitates collective maintenance of configurations.
* shared-state, a shared database for the network.
* first-boot-wizard, an optional helper to deploy and extend the network that it is well integrated with the LimeApp.
* https://github.com/libremesh/lime-packages/blob/master/packages/pirania/Readme.md[Pirania], an optional boucher and captive portal solution for community networks
* Hundreds of fixes and code improvement.
=== Contributors
This release has contributions from communities and individuals from all around the world. Testing, software development, documentation, community building. Thank you all!!
A list of the software developers that contributed to this release was easily gathered from the git history:
AngiieOG, Brad, Daniel Golle, FreifunkUFO, German Ferrero, Gioacchino Mazzurco, Gui Iribarren, Ilario Gelmetti,
Jess, Luandro, Marcos Gutierrez, Michael Jones, Mike Russell, Nicolás Pace, PatoGit, Pau, Paul Spooren, Pedro Mauro,
Santiago Piccinini, Vittorio Cuculo, hiure, radikalbjr, valo.
=== 2020-09-18 - A release candidate for the next release!
Although the LibreMesh development never stopped, it was since the 17.06
"Dayboot Rely" release that we didn't have an _official_ release.
The goal is to have the **final release at the beginning of November**.
This means that the release candidate needs testing, bug fixing and
loads of community love so that we can have an amazing release that can
actually ease the creation of community networks everywhere.
Check out the https://web.archive.org/web/20220716110806/https://lists.libremesh.org/archives/list/lime-users@lists.libremesh.org/thread/72K6ZKQEKSOOVSPPXCD77ZP4EZWOSWBN/[announcement]
for more detailed information.
== 2018-04-13 - Join us at Mesh is in the Air!
We endorse https://www.wireless-meshup.org/[Mesh is in the Air] - this years mesh up of the https://www.battlemesh.org/[Wireless Battle of the Mesh] and https://wiki.freifunk.net/Wireless_Community_Weekend_2018[Wireless Community Weekend].
If you are a mesh networking enthusiast, community activist, have an interest in wifi or dynamic routing protocols, you can't miss this event! Check out more details in the https://www.wireless-meshup.org/[official website].
LibreMesh developers and users will be attending the event, giving talks about development progress and state, and in general sharing a nice time.
== 2017-06-06 - Attended Sysupgrades
Within this years https://summerofcode.withgoogle.com/[GSoC] a fellow student tries to setup a new way to perform sysupgrades on LibreMesh Routers (and LEDE/OpenWrt in general).
The idea is to generate sysupgrade images on demand with all manually installed packages included.
More details are shown in the official https://blog.freifunk.net/2017/05/30/gsoc-2017-attended-sysupgrade/[Freifunk Blogpost] (english)
== 2016-10-06 - LibreRouter
The Libre Router project will design and produce a high performance multi-radio wireless router targeted at Community Networks needs.
For more info visit the https://librerouter.org/[librerouter web]. Or read the https://guifi.net/ca/node/90285[guifi.net article] (spanish).
== 2016-08-06 - Endorsement to LEDE project
image:/assets/img/lede.png["The LEDE logo",role="right"]
We endorse the https://www.lede-project.org/[LEDE project] and we plan to start basing LibreMesh releases on Linux Embedded Development Environment (LEDE) as soon as it will have a stable release.
== 2016-08-01 - Project Meeting LiMeCat2016q3
Naming: LiMeCat2016q3 +
Date: 2016-08-06T12:00+02:00/2016-08-07T17:00+02:00 +
Venue: CSA La Talaia, Passeig Mas Roig 52-54/ Rambla Jacint Verdaguer 215, FGC: Valldoreix (Sant Cugat Del Vallés), Barcelona. https://csalatalaia.wordpress.com/[Web site].
== 2016-04-13 - Project Meeting LiMeCat2016
Naming: LiMeCat2016 +
Date: 2016-04-16T12:00+02:00/2016-04-17T17:00+02:00 +
Venue: CSOA Matakrostes, Passeig de Sevilla 132, Valldoreix, Barcelona. https://guifi.net/VDXpgSevilla132[Map]. +
Report: https://web.archive.org/web/20220716110509/https://lists.libremesh.org/archives/list/lime-users@lists.libremesh.org/message/QXE5E3OSERZJUL6PVMVK7IWTM7RDQU6L/[email] in Spanish.