-
Updated
Apr 28, 2020 - Java
hotspot
Here are 144 public repositories matching this topic...
documentation
Actual behavior
would it be possible to have a synthesis of the documentation to understand something ?
how to monitor the connections, possible bypass of the system?
how to recover regulatory logs in France?
how does all this work?
I intend to do a doc for memory, she can serve to other (on the Wiki ?)
Thanks
-
Updated
Nov 22, 2019 - Shell
-
Updated
May 18, 2019 - Shell
-
Updated
Apr 7, 2020 - CSS
-
Updated
Apr 25, 2020 - PHP
Being able to move a hotspot by dragging and dropping would be awesome. Also, in editing mode, being able to delete a hotspot.
Before you released this package I had built an app that does something similar. I'm going to refactor it very soon. This feature request could be something that I may be able to build-out here if you'd approve. It also may be a feature request that I may be able to spo
-
Updated
May 12, 2020 - JavaScript
Turn off hotspot
The README manual does not explain how one can turn the hotspot off again (And I'm too stupid too understand the code). Currently I am just restarting my pi.
Ubuntu uses netplan for NIC management by defaut.
When Ubuntu 18.04 Server is installed, it configures one NIC (the NIC with Internet access) but ignores the other NIC (the NIC going to the wifi access point).
No NIC = no LAN connection for wifi access point.
The documentation should include instructions on how to set up the second NIC under netplan.
-
Updated
May 11, 2019 - JavaScript
-
Updated
Apr 26, 2020 - Shell
-
Updated
May 17, 2020 - Shell
-
Updated
Jan 17, 2019 - HTML
-
Updated
Aug 22, 2019 - Perl
Using sudo tee instead of output redirect will let you to run the whole sequence of actions as an unprivileged user (with sudo, naturally). I.e. instead of
echo 'deb https://rpardini.github.io/adoptopenjdk-deb-installer stable main' > /etc/apt/sources.list.d/rpardini-aoj.list
use
echo 'deb https://rpardini.github.io/adoptopenjdk-deb-installer stable main' | sudo tee /etc/apt/s
-
Updated
May 30, 2020 - Java
-
Updated
Sep 13, 2019 - C#
-
Updated
May 14, 2020 - Shell
-
Updated
Jan 21, 2020 - JavaScript
-
Updated
Feb 6, 2019 - Java
Improve this page
Add a description, image, and links to the hotspot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hotspot topic, visit your repo's landing page and select "manage topics."
Tried to get this running. Looks super nice and promising. A few things I noticed while setting it up.
I needed to set min sdk to 26 (Oreo) to compile. Not a problem, and easily fixable through error messages
Could it be that .defineZoomLevel replaced .defineDetail and .addDetailLevel? readme.md refers to defineDetail in the quick setup , and the wiki uses addDetailLevel. The demo code