mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2025-01-09 08:23:58 +05:30
Pranav Jerry
0e7a69be53
Added Device.reload() to reload the proxy every time the device mode is changed. Added Device.set_mode() and partial implementation of Device.start_adhoc_open(). Added link to meaning of hack in HACKING.md
29 lines
711 B
Markdown
29 lines
711 B
Markdown
# Hacking
|
|
|
|
Everyone is welcome to [hack][] naxalnet.
|
|
See below for how to hack.
|
|
|
|
## Reporting issues and suggesting ideas
|
|
|
|
To report a bug or suggest an idea, create a new issue at
|
|
<https://git.disroot.org/pranav/naxalnet/issues> with a
|
|
relevant label.
|
|
|
|
## Contribute code
|
|
|
|
To push to this repo, you need your username to be in the
|
|
contributors list.
|
|
To add you as a contributor, email any of the authors with
|
|
your username to:
|
|
|
|
- libreinator plus nxlnet at disroot dot org (change plus, at,
|
|
dot to symbols)
|
|
|
|
## Packaging
|
|
|
|
naxalnet needs distro packages in Debian, Fedora, openSUSE,
|
|
and nixos. If you know/like to package it to your distro,
|
|
post to issue #6.
|
|
|
|
[hack]: https://catb.org/jargon/html/H/hack.html
|