[RELEASE] INADYN Service Add-on - Simple Dynamic DNS client.

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
gaggio Offline
Junior Member
Posts: 25
Joined: Oct 2010
Reputation: 0
Location: Italy
Post: #11
Well I just noted that I didn't specify that I'm trying to run on the raspberry pi, and if I'm right this add on relies on the inadyn executable rather than only on python scripts...
I think that the inadyn executable is not compiled for ARM...
find quote
queeup Offline
Fan
Posts: 734
Joined: Feb 2009
Reputation: 15
Post: #12
Ok thats the problem. It's opensource, you can try to compile for arm. Or somebody else check and make it for arm Smile
find quote
queeup Offline
Fan
Posts: 734
Joined: Feb 2009
Reputation: 15
Post: #13
You can try this arm port from archlinux
http://archlinuxarm.org/forum/viewtopic.php?f=4&t=2540

just extract and take inadyn bin file in /usr/sbin and change it wih mine. I hope it helps.
find quote
gaggio Offline
Junior Member
Posts: 25
Joined: Oct 2010
Reputation: 0
Location: Italy
Post: #14
Now I solved the problem with a simple python script that checks the current ip, and then updates no-ip through the URL...
When I find some time I could try to make an add-on from it.

Federico
find quote
rouz Offline
Junior Member
Posts: 8
Joined: Oct 2012
Reputation: 0
Post: #15
(2012-10-13 00:38)gaggio Wrote:  Now I solved the problem with a simple python script that checks the current ip, and then updates no-ip through the URL...
When I find some time I could try to make an add-on from it.

Federico

ohh do this please, Im trying this with Raspbmc!!
find quote
queeup Offline
Fan
Posts: 734
Joined: Feb 2009
Reputation: 15
Post: #16
Did you try arch arm version of inadyn? İf it is working i can add it to add-on.
find quote
rouz Offline
Junior Member
Posts: 8
Joined: Oct 2012
Reputation: 0
Post: #17
I actually got the http://www.inatech.eu/inadyn/ working, or so I believe
find quote
queeup Offline
Fan
Posts: 734
Joined: Feb 2009
Reputation: 15
Post: #18
Then you can change binary file you are using with add-on binary file. You can use my add-on.
find quote
queeup Offline
Fan
Posts: 734
Joined: Feb 2009
Reputation: 15
Post: #19
Hi,

I am about to update this service add-on for frodo but I need your help guys. I change original inadyn with this: https://github.com/troglobit/inadyn

I build it for i386 but I need also x86_64 & ARM(for RPi) binary files for making this add-on more systems.

If you want to help just clone that git and build it then upload somewhere. Of course first control is it working or not.

Update: I build i686/x86_64_arm binary. It's ready to use.
(This post was last modified: 2012-12-31 12:46 by queeup.)
find quote
queeup Offline
Fan
Posts: 734
Joined: Feb 2009
Reputation: 15
Post: #20
I dropped Eden support. Now all change log belongs to Frodo

Code:
version 2.0.3 (31.12.2012)
-i386/i686/x86_64/arm binary support
-cosmetic

version 2.0.2 (24.12.2012)
-use jsonrpc notification insted of executebuiltin
-updated to 1.98.1 from https://github.com/troglobit/inadyn
-cosmetic
find quote
Post Reply