Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up

Search results

  1. Abhiram Shibu

    Why is there difference between running a bot on rpi versus server

    Not really, just write a bot to send a file ( to test ) also check if the file is above the limit. Also is there free space to upload (it may copy to temp dir)
  2. Abhiram Shibu

    Why is there difference between running a bot on rpi versus server

    Actually there an't any difference. Its just the architecture which is different (there are many other differences but they don't do much in high level). If your code is in python or java, it may just work directly. But if its C or C++ you may have to recompile it on rpi. But if those has...