Changing the display of owhttpd is pretty easy. It's a small program that
really only deals with parsing the URL and formatting output.

In the past, we've added a modification to the path for different display
types, like /text/ and /json which might be the most consistent.

Otherwise you can just make a copy of owhttpd, modify it and call it
owhttpd_eeprom.

As for restricting display to only certain network segments, like local or
the internet, there is no filtering within OWFS per se, but you can build
such a system easily. You can specify the owhttpd port.

owserver -> owhttpd_eeprom (local)
              -> owhttpd( global)

And use real tools (like ssh or routing tables) to do the distinction.


On Tue, Dec 10, 2013 at 7:05 PM, Top-Dog <[email protected]> wrote:

> Hi all, I want to modify the owhttpd package source so that in addition to
> showing each page of the EEPROM as one hexadecimal string, it also shows
> the
> value and labels of individual segments of the hexadecimal string. Then I
> want send some of that preprocessed EEPROM data to another computer on a
> local network as well as to another computer connected only via the
> internet.
>
> Before I commence work on this I would like to know what other developers
> think about the feasibility of using owhttpd for this?
>
>
>
>
>
> --
> View this message in context:
> http://owfs-developers.1086194.n5.nabble.com/Modifying-owhttpd-tp10099.html
> Sent from the OWFS Developers mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
> Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> Owfs-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to