Best way to send binary

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ralph Krausse

    Best way to send binary

    We are building a Linux product who's binary (executable) needs to
    have the ability to be updated. The embedded system will be behind a
    firewall. I was thinking this could be done over XML and base64 encode
    the binary. Would this work? Can I .NET web service do this and talk
    to Linux?

    Thanks
    Ralph
  • Scott Allen

    #2
    Re: Best way to send binary

    Hi Ralph:

    You could always make calls from Linux applications to a .NET Web
    Service using SOAP. What language is the Linux app written in? It
    seems like there are toolkits available for almost every popular Linux
    development environment: C++, Perl, Python, Java, etc.

    --
    Scott


    On 6 Oct 2004 04:23:21 -0700, gordingin@consi liumsoft.com (Ralph
    Krausse) wrote:
    [color=blue]
    >We are building a Linux product who's binary (executable) needs to
    >have the ability to be updated. The embedded system will be behind a
    >firewall. I was thinking this could be done over XML and base64 encode
    >the binary. Would this work? Can I .NET web service do this and talk
    >to Linux?
    >
    >Thanks
    >Ralph[/color]

    Comment

    • Ralph Krausse

      #3
      Re: Best way to send binary

      SOAP would work, well that is basically XML right?

      thanks
      r

      Scott Allen <bitmask@[nospam].fred.net> wrote in message news:<lm08m0p39 4hhekqf3gk8e96v 6gh4mfcf5i@4ax. com>...[color=blue]
      > Hi Ralph:
      >
      > You could always make calls from Linux applications to a .NET Web
      > Service using SOAP. What language is the Linux app written in? It
      > seems like there are toolkits available for almost every popular Linux
      > development environment: C++, Perl, Python, Java, etc.
      >
      > --
      > Scott
      > http://www.OdeToCode.com/
      >
      > On 6 Oct 2004 04:23:21 -0700, gordingin@consi liumsoft.com (Ralph
      > Krausse) wrote:
      >[color=green]
      > >We are building a Linux product who's binary (executable) needs to
      > >have the ability to be updated. The embedded system will be behind a
      > >firewall. I was thinking this could be done over XML and base64 encode
      > >the binary. Would this work? Can I .NET web service do this and talk
      > >to Linux?
      > >
      > >Thanks
      > >Ralph[/color][/color]

      Comment

      • Scott Allen

        #4
        Re: Best way to send binary

        Yes it is!

        --
        Scott


        On 6 Oct 2004 12:04:22 -0700, gordingin@consi liumsoft.com (Ralph
        Krausse) wrote:
        [color=blue]
        >SOAP would work, well that is basically XML right?
        >
        >thanks
        >r
        >
        >Scott Allen <bitmask@[nospam].fred.net> wrote in message news:<lm08m0p39 4hhekqf3gk8e96v 6gh4mfcf5i@4ax. com>...[color=green]
        >> Hi Ralph:
        >>
        >> You could always make calls from Linux applications to a .NET Web
        >> Service using SOAP. What language is the Linux app written in? It
        >> seems like there are toolkits available for almost every popular Linux
        >> development environment: C++, Perl, Python, Java, etc.
        >>
        >> --
        >> Scott
        >> http://www.OdeToCode.com/
        >>
        >> On 6 Oct 2004 04:23:21 -0700, gordingin@consi liumsoft.com (Ralph
        >> Krausse) wrote:
        >>[color=darkred]
        >> >We are building a Linux product who's binary (executable) needs to
        >> >have the ability to be updated. The embedded system will be behind a
        >> >firewall. I was thinking this could be done over XML and base64 encode
        >> >the binary. Would this work? Can I .NET web service do this and talk
        >> >to Linux?
        >> >
        >> >Thanks
        >> >Ralph[/color][/color][/color]

        Comment

        Working...