-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Windows support #70
Comments
Unfortunately, I have no clue. I have looked a bit if it would be easy for me to provide a wheel to avoid you the hassle, but I didn't find any answer. At one point, I may switch to PySMI to avoid the dependency to libsmi. |
Five months later.... Any update/progress on this? |
Unfortunately, no progress. You might run it through WSL instead.
…On December 19, 2017 10:09:06 PM GMT+01:00, jlstanley-git ***@***.***> wrote:
Five months later.... Any update/progress on this?
(Snimpy looks great, but my primary dev box is a Windows machine...)
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#70 (comment)
|
"WSL"? World Surf League? :) |
It's "Windows Subsystem for Linux". It enables you to run Linux app on Windows: https://docs.microsoft.com/en-us/windows/wsl/faq. |
If you can't do WSL (Windows Subsystem for Linux) like me because you have LTSB (Long Term Servicing Branch) you can use Docker for Windows. Enable drive under Docker Settings -> Shared Drive From a new PowerShell terminal, run " Example: You should now be able to use Snimpy in your script and it's accessible using the windows mount point "c:/win/path/code" and in your Centos image "/code". It's safe to exit your Docker session at this point. Next time you want to test your Snimpy script just fire up your commited session with " |
It seems that installing wireshark puts a copy of libsmi on windows. Is there a simple way to link it to snimpy? |
In the installation docs libsmi is listed as a dependency for this tool. The docs elaborate various ways of installing on OS / Linux. Is there a recommended way of installing on windows?
The text was updated successfully, but these errors were encountered: