Git Product home page Git Product logo

Comments (5)

gridhead avatar gridhead commented on July 30, 2024 1

Wow. I did not figure that out that the project was getting so popular! Thanks for sharing the link @ender003! 😄

from sysmon.

gridhead avatar gridhead commented on July 30, 2024

The release is exclusive to x86_64 instructions only. I would be packaging for the other instructions very soon but you can still try it out using the steps provided in the Using the script section. Just ensure that you have Python 3 installed and follow the steps provided there.

from sysmon.

ender003 avatar ender003 commented on July 30, 2024

Had the same issue on a Raspi4, followed the "Using the Script" section and it worked for localhost, but didn't work for remote access from another host.

By the way, I followed a link from Tom's Hardware that was headlined something like 'remote monitor your headless pi from a web browser'... so I suspect you may have a lot of people trying to do this on a pi and failing. Might want to call that out higher on the readme or name the binary with _x86_64.

from sysmon.

gridhead avatar gridhead commented on July 30, 2024

Had the same issue on a Raspi4, followed the "Using the Script" section and it worked for localhost, but didn't work for remote access from another host.

Hi @ender003, thanks for trying out the project.

Are you sure you added some command line arguments after the call? For instance,

$ python3 main.py

would run the server only on localhost and it would not be reachable by any other device while

$ python3 main.py -p 9696 -4

would run the server on port 9696 and on an IPv4 address which would be reachable from inside the network and

$ python3 main.py -p 9696 -6

would run the server on port 9696 and on an IPv6 address which would be reachable throughout the internet if your internet service provider supports IPv6.

By the way, I followed a link from Tom's Hardware that was headlined something like 'remote monitor your headless pi from a web browser'... so I suspect you may have a lot of people trying to do this on a pi and failing. Might want to call that out higher on the readme or name the binary with _x86_64.

Can you share me a link to that article?

Also, I have made changes to ensure that it is called out higher up on the README.md with a dedicated Note section with this information. The "Using the script" section has also undergone changes and has been shifted above for convenience.

I would suggest you to look into the docs again. Especially here. https://github.com/t0xic0der/sysmon#using-the-script.

from sysmon.

ender003 avatar ender003 commented on July 30, 2024

$ python3 main.py -p 9696 -4

Yes! This worked. Now accessible from remote machine on the local network. I should have figured this out from the instructions for executing the main program. I'm not an expert so often just following explicit step-by-step.

Here's the link to the article. Also, I picked it up via the google news feed, so you're getting a lot of exposure!

Finally - thank you for sharing your project - this is great work!

from sysmon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.