Author Topic: Simple FTP Hardware  (Read 1035 times)

0 Members and 1 Guest are viewing this topic.

Online davidmc36

  • He who dies with the most toys wins!
  • Forecaster
  • *****
  • Posts: 1259
  • FN25ie61jw
    • MorewoodW34
Simple FTP Hardware
« on: December 20, 2020, 07:04:25 AM »
What is the simplest piece of hardware that I could run to fetch an image from my camera URL and FTP upload it?

Offline mcrossley

  • Forecaster
  • *****
  • Posts: 1140
    • Wilmslow Astro
Re: Simple FTP Hardware
« Reply #1 on: December 20, 2020, 11:17:56 AM »
Wired or WiFi?
Mark

Online davidmc36

  • He who dies with the most toys wins!
  • Forecaster
  • *****
  • Posts: 1259
  • FN25ie61jw
    • MorewoodW34
Re: Simple FTP Hardware
« Reply #2 on: December 20, 2020, 02:13:22 PM »
WiFi is best. I don't have much Ethernet in the house.

What kind of O.S. would an ESP32 be able to handle?

Offline Bushman

  • Forecaster
  • *****
  • Posts: 7549
    • Eagle Bay Weather
Re: Simple FTP Hardware
« Reply #3 on: December 20, 2020, 03:35:44 PM »
Pi Zero or an old router with one of the custom FW loads.  Any old router will do. Running OpenWRT or Gargoyle.
Need low cost IP monitoring?  http://wirelesstag.net/wta.aspx?link=NisJxz6FhUa4V67/cwCRWA or PM me for 50% off Wirelesstags!!

Online davidmc36

  • He who dies with the most toys wins!
  • Forecaster
  • *****
  • Posts: 1259
  • FN25ie61jw
    • MorewoodW34
Re: Simple FTP Hardware
« Reply #4 on: December 20, 2020, 03:50:15 PM »
Kind of what I figured.....hmmmmmm.

So an old router.........is there any stumbling blocks? Specific hardware that WIL NOT work?

I have a D-Link D2FE that I took down when I put in the Fibe connection.

If I did go wired I have a D-Link ethernet router I could try.

Offline Bushman

  • Forecaster
  • *****
  • Posts: 7549
    • Eagle Bay Weather
Re: Simple FTP Hardware
« Reply #5 on: December 20, 2020, 04:06:39 PM »
Check the router FW - there are some that limited support.
Need low cost IP monitoring?  http://wirelesstag.net/wta.aspx?link=NisJxz6FhUa4V67/cwCRWA or PM me for 50% off Wirelesstags!!

Offline galfert

  • Global Moderator
  • Forecaster
  • *****
  • Posts: 6822
Re: Simple FTP Hardware
« Reply #6 on: December 20, 2020, 04:43:54 PM »
You already have a Meteobridge. It can do what you are asking.
Ecowitt GW1000 | Meteobridge on Raspberry Pi
WU: KFLWINTE111  |  PWSweather: KFLWINTE111
CWOP: FW3708  |  AWEKAS: 14814
Windy: pws-f075acbe
Weather Underground Issue Tracking
Tele-Pole

Online davidmc36

  • He who dies with the most toys wins!
  • Forecaster
  • *****
  • Posts: 1259
  • FN25ie61jw
    • MorewoodW34
Re: Simple FTP Hardware
« Reply #7 on: December 20, 2020, 07:33:11 PM »
Ummmmmm, we were already through that. It can't take the image with overlay that I want, only the designated plain image.

Online davidmc36

  • He who dies with the most toys wins!
  • Forecaster
  • *****
  • Posts: 1259
  • FN25ie61jw
    • MorewoodW34
Re: Simple FTP Hardware
« Reply #8 on: December 20, 2020, 07:35:12 PM »
Check the router FW - there are some that limited support.

10-4 Will need to do some checking on that.

Offline galfert

  • Global Moderator
  • Forecaster
  • *****
  • Posts: 6822
Re: Simple FTP Hardware
« Reply #9 on: December 20, 2020, 08:09:31 PM »
Ummmmmm, we were already through that. It can't take the image with overlay that I want, only the designated plain image.

Well your original post was not clear. You said you wanted to pull the image from your camera URL. What you mean is that you want to pull the image from Meteobridge.com to then FTP that elsewhere.

In that case others have already commented with some ideas. But this is a recent thread that you also commented on and I find to be an elegant quick solution, and you mentioned you have the Pi to do it with:
https://www.wxforum.net/index.php?topic=40927.0

Back your your OP you said you want the simplest hardware / software and I think this script with your hardware should check all the boxes. Before dedicating a router to do this think of the overhead that you might be putting on that router hardware in terms of flash storage wear with a constant image refresh. Unless you mount a flash drive or other storage on the router and use that.

« Last Edit: December 20, 2020, 08:13:28 PM by galfert »
Ecowitt GW1000 | Meteobridge on Raspberry Pi
WU: KFLWINTE111  |  PWSweather: KFLWINTE111
CWOP: FW3708  |  AWEKAS: 14814
Windy: pws-f075acbe
Weather Underground Issue Tracking
Tele-Pole

Online davidmc36

  • He who dies with the most toys wins!
  • Forecaster
  • *****
  • Posts: 1259
  • FN25ie61jw
    • MorewoodW34
Re: Simple FTP Hardware
« Reply #10 on: December 20, 2020, 11:31:01 PM »
Saddlebear thread is what made me think of this. Made me wonder if even simpler hardware would work. Yeah, that script should be easy to manipulate.

Camera URL.......figure of speech lol

What do you think of typical router memory? Only good for like 10,000 re-writes or something? I’m not really worried about wearing out a decommissioned router, I have at least two that will never get used otherwise. Maybe “recycle” it instead of buying new card. If they commonly may wear out at some 1000 or so writes, that’s a different story.

Offline galfert

  • Global Moderator
  • Forecaster
  • *****
  • Posts: 6822
Re: Simple FTP Hardware
« Reply #11 on: December 21, 2020, 12:33:27 AM »
Since it is a decommissioned router I suppose then it doesn't matter much. But you could probably put in a flash drive, kill that drive after time, and then replace it and then keep going rather than replace the device itself, decommissioned or not.

Not sure what the life-cycle would be of the router. Another thing that some router firmware can do like OpenWRT is create a RAM disk. It gets erased every time your reboot...but for your use case this might be perfect use of RAM disk and then there is no wear fear and it would also be faster.
« Last Edit: December 21, 2020, 09:11:43 AM by galfert »
Ecowitt GW1000 | Meteobridge on Raspberry Pi
WU: KFLWINTE111  |  PWSweather: KFLWINTE111
CWOP: FW3708  |  AWEKAS: 14814
Windy: pws-f075acbe
Weather Underground Issue Tracking
Tele-Pole

Offline mcrossley

  • Forecaster
  • *****
  • Posts: 1140
    • Wilmslow Astro
Re: Simple FTP Hardware
« Reply #12 on: December 21, 2020, 04:42:43 AM »
I'd use a RAM drive too, I also use the RAM drive on my rPi's to reduce flash wear.

But the smallest practical hardware would probably be an ESP32, but you would be into some programming work to get that going.
Mark

Online davidmc36

  • He who dies with the most toys wins!
  • Forecaster
  • *****
  • Posts: 1259
  • FN25ie61jw
    • MorewoodW34
Re: Simple FTP Hardware
« Reply #13 on: December 21, 2020, 08:00:24 AM »
 [tup] Some very prodding info there. I remember browsing discussions of RAM Drive.

That should only add a single aspect to work out how to utilizie and a skim of the operating systems seems doable for me.

Getting lean hardware and software solutions running takes a little elbow grease but a lot of tools have been heavy lifted already.  \:D/

I suspected the ESP would be more "Hand Flying".

I'll never use the 2.4 only router again. And the wired was a freebie sitting here on the desk staring at me.

Poking around also see there is a need to source certain version of code depending on model of router?

Online davidmc36

  • He who dies with the most toys wins!
  • Forecaster
  • *****
  • Posts: 1259
  • FN25ie61jw
    • MorewoodW34
Re: Simple FTP Hardware
« Reply #14 on: December 21, 2020, 08:12:18 AM »
Given this is the precise wired router that I have:

https://forum.archive.openwrt.org/viewtopic.php?id=23687

I don't relish trying to make it work.

I guess the Pi is the better choice over any router for power consumption though. The wireless one for sure a power hog.

Offline Bushman

  • Forecaster
  • *****
  • Posts: 7549
    • Eagle Bay Weather
Re: Simple FTP Hardware
« Reply #15 on: December 27, 2020, 04:28:48 PM »
The Pi  3 B+ draws 400 ma (2 watts).  Not sure how that can be considered a high draw.  Unless you are running on double AA batteries.  :)
Need low cost IP monitoring?  http://wirelesstag.net/wta.aspx?link=NisJxz6FhUa4V67/cwCRWA or PM me for 50% off Wirelesstags!!

Online davidmc36

  • He who dies with the most toys wins!
  • Forecaster
  • *****
  • Posts: 1259
  • FN25ie61jw
    • MorewoodW34
Re: Simple FTP Hardware
« Reply #16 on: December 27, 2020, 06:31:54 PM »
All power hog comments meant for routers, not any Pi.