Python/Django Developers

Out of context: Reply #10

  • Started
  • Last post
  • 10 Responses
  • BattleAxe0

    I have Python installed it is on a raspberry , where I also installed the LAMP stack, the python is fairly simple but it calls a hardware component that I want to execute with a web interface

    • python includes a web server, why not just use that instead of all the LAMP overhead? I think the command is "python -m http.server"monNom
    • the idea is for a mobile device to be able to access the rapsb as a server while with in range of the network via http then have a web gui to run scriptsBattleAxe
    • ok I was able to do so with a php execu function , nice and simple i like itBattleAxe

View thread