Giter Site home page Giter Site logo

Comments (10)

jacenkow avatar jacenkow commented on August 12, 2024 1

Hi @salil1809

Could you amend gpu-sentry/server.py file on your central server with

def run_server():
    """Run server to render incoming statistics."""
    app.run(
            debug=config.SERVER_DEBUG,
            host="0.0.0.0",  # Make the server visible on the network.
            port=config.SERVER_PORT)

from gpu-sentry.

jacenkow avatar jacenkow commented on August 12, 2024

Hi,

Can you run following script on your GPU machine,

import socket
print(socket.gethostname())

and check if the key in PERMIT_CLIENTS is set to the exactly same value?

from gpu-sentry.

salil1809 avatar salil1809 commented on August 12, 2024

image
image
Please check what i am doing wrong

from gpu-sentry.

jacenkow avatar jacenkow commented on August 12, 2024

Could you change SERVER_HOSTNAME = "http://192.168.25.207:8000/api"?
I assume you don't use SSL?

from gpu-sentry.

salil1809 avatar salil1809 commented on August 12, 2024

still not showing
do i have to edit something in server computer also?

from gpu-sentry.

jacenkow avatar jacenkow commented on August 12, 2024

Do you get any errors on your GPU machine, e.g. requests.exceptions.ConnectionError?

from gpu-sentry.

salil1809 avatar salil1809 commented on August 12, 2024

when I start running the python file on the client
image
nothing prints, it justs goes to the next line

also, I can't access the page hosted on the server computer remotely
it only works on 127.0.0.1:8000 not the IP address of the computer

from gpu-sentry.

salil1809 avatar salil1809 commented on August 12, 2024

image
yeah after some time when i try to exit this command this error comes

from gpu-sentry.

jacenkow avatar jacenkow commented on August 12, 2024

Is your problem solved?

from gpu-sentry.

jacenkow avatar jacenkow commented on August 12, 2024

Please reopen if you still have problems.

from gpu-sentry.

Related Issues (7)

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.