Re: Adding Web capability to a graphics App - best way please?
From: David (FlyLikeAnEagle_at_United.Com)
Date: 09/30/04
- Next message: Daryn Kiely: "GetAcceptExSockaddrs"
- Previous message: HD Software: "SNMP Extension Agent"
- In reply to: at: "Adding Web capability to a graphics App - best way please?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 30 Sep 2004 01:12:21 GMT
On Wed, 29 Sep 2004 12:11:33 UTC, BMG Support <support (at)
BusinessMailGateway.com> wrote:
>
> Adding Web capability to a graphics App - best way please?
>
> The customer has a large graphics app. It is displaying a
> constantly (but slowing) changing network configuration
> diagram. Written for Windows, in VC6, it uses GDI+. They
> want to regularly 'export' the current image so that it
> viewable by web brousers.
>
> So my question is - What technologies are 'out there'
> to help add this functionality?
>
> Can MS web server be used at all - OR - do we have to add
> some html generation package. -OR- Java -OR- ?
>
> Where is the best place to ask such a question?
>
> Many thanks if you can give me any pointers at all.
I've not seen anyone address the changing picture aspect
of your problem yet. A simle web page that displays a
static graphic of the network could update itself with
an HTML update command. I don't recall the format of the
command right now. The update period would hopefully be
close to what your server is getting new frames. For
instance, a server application updates a web accessable
picture once a minute. The client side would update
its view one a minute and expect to see a minor change.
You could just leave the client web page up to see
activity throughout the day.
Java or perhaps Javascript could handle such things
on the client side. I'm pretty sure there would be
a server side implementation, but I've not written
anything like that yet.
David
- Next message: Daryn Kiely: "GetAcceptExSockaddrs"
- Previous message: HD Software: "SNMP Extension Agent"
- In reply to: at: "Adding Web capability to a graphics App - best way please?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|