-
Updated
Nov 10, 2020 - Python
iot
Here are 1,438 public repositories matching this topic...
A common protocol structure is to have a header containing a length field, followed by data of length bytes, followed by additional protocol fields such as a CRC. If the length field is variable, the position of subsequent URH-specified protocol fields defined by fixed position will not be in the correct location.
I do not know the best way to address this, but quick and easy way to support
-
Updated
Nov 9, 2020 - Python
Deploying microk8s on an environment that does not allow access to public domain servers I discovered that the DNS add on is deploying coredns configured with google dns servers hard coded as the default forwarders. It would seem a better option would be to use the hosts DNS configuration rather than a public server that may or may not be allowed on the system.
Referencing https://kubernetes.io
-
Updated
Oct 2, 2020 - Python
-
Updated
Nov 1, 2020 - Python
-
Updated
Apr 21, 2020 - Python
-
Updated
Mar 31, 2020 - Python
-
Updated
Nov 3, 2020 - Python
-
Updated
Nov 6, 2020 - Python
-
Updated
Oct 21, 2020 - Python
-
Updated
Nov 10, 2020 - Python
-
Updated
Oct 18, 2020 - Python
-
Updated
Jul 23, 2020 - Python
-
Updated
Nov 10, 2020 - Python
-
Updated
Apr 28, 2020 - Python
-
Updated
Nov 10, 2020 - Python
-
Updated
Aug 13, 2020 - Python
-
Updated
Jul 2, 2020 - Python
-
Updated
Nov 3, 2020 - Python
-
Updated
Nov 8, 2020 - Python
-
Updated
Oct 11, 2020 - Python
-
Updated
Nov 9, 2020 - Python
-
Updated
Sep 3, 2020 - Python
-
Updated
Jun 30, 2018 - Python
Improve this page
Add a description, image, and links to the iot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the iot topic, visit your repo's landing page and select "manage topics."
Description
The documentation for Installing Salt for development feels like it's out of date https://docs.saltstack.com/en/latest/topics/development/hacking.html . One example is that it seems to indicate that Python2 should be used:
On Arch Linux, where Python 3 is the default installation of Python, use the virtualenv2 command instead of virtualenv.