Results 1 to 4 of 4

Thread: Νο-ΙP Plugin ???

  1. #1

    Νο-ΙP Plugin ???

    Καλησπέρα στην παρέα.

    Ήθελα να ρωτήσω αν υπάρχει κάποιο plugin για είσοδο στο noip σε enigma2 dreambox 800se. Το dyndns μας τελείωσε, μαζί όμως και το plugin του.

  2. #2

    athoik's Avatar
    Join Date
    Sep 2012
    Location
    Earth
    Posts
    10,759
    Rep Power
    5927763

    Απ: Νο-ΙP Plugin ???

    Καλησπέρα,

    Εγώ κάνω χρήση του παρακάτω script με cron στο Satdreamgr.

    Code:
    #!/usr/bin/python2.7
    import requests
    res = requests.get("http://username:[email protected]/nic/update?hostname=hostname.no-ip.com")
    print res.text
    Αποθηκεύεις το παραπάνω σε αρχείο /home/root/test.py το οποίο είναι εκτελέσιμο (chmod +x test.py) και βάζεις το παρακάτω cron για να τρέχει κάθε 4 ώρες.

    Code:
    0 */4 * * * /home/root/test.py
    Member SatDreamGr Projects

    Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
    Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

  3. #3

    Απ: Νο-ΙP Plugin ???

    επειδη δε γνωριζω απο τετοια (πολυ αρχαριος για αυτη τη γλωσσα), πώς και δεν έχει φτιαχτεί ένα ipk έτοιμο με αυτές τις εντολές για όλους; :)

  4. #4

    athoik's Avatar
    Join Date
    Sep 2012
    Location
    Earth
    Posts
    10,759
    Rep Power
    5927763

    Απ: Νο-ΙP Plugin ???

    Quote Originally Posted by pharm View Post
    επειδη δε γνωριζω απο τετοια (πολυ αρχαριος για αυτη τη γλωσσα), πώς και δεν έχει φτιαχτεί ένα ipk έτοιμο με αυτές τις εντολές για όλους; :)
    Eίναι για δική μου χρήση και εφόσον ρώτησες μοίρασα την εμπειρία μου...

    Τώρα αν θέλει κάποιος να φτιάξει και plugin εύκολο είναι, έναν autotimer χρειάζεται και να τρέχει ένα script το οποίο είναι το input: username, password , domain και ένα dropdown list όπου θα λέει 1 2 4 8 16 24 ωρες για refresh και ίσως ένα on/off.

    To plugin πρέπει να ξεκινάει αυτόματα (autostart).
    Member SatDreamGr Projects

    Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
    Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 21
    Last Post: 15-06-20, 18:49
  2. VU+Plugin MSN weather service opensource plugin
    By mehmetkarahanlı in forum Enigma2 Plugins ΟΕ 2.0
    Replies: 0
    Last Post: 08-06-18, 17:48

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •