Project Hornet

From A-SMIL.org
Revision as of 04:36, 10 April 2009 by SMIL T.A. (Talk | contribs)

Jump to: navigation, search

Hornet 1.0 is a Visual C# sample applications that utilizes the AdAPI SOAP interface to control digital signage media players.

Highlight

  • Simple SMIL editor
  • Push SMIL script to media players using SOAP API (Adfotain API)
  • Start from nearly a dozen of pre-built SMIL sample codes

Screenshot

Screenshot-Hornet 1.0.png

Download

Download files here: Media:Hornet_1_0.zip

Contents:

  • Hornet\
    • Hornet.sln (Open this: Visual Studio solution file)
    • Hornet.suo
    • Hornet\
      • AdfotainAPI WSDL Definition\ (WSDL definition file)
      • bin\
        • Debug\
        • Release\ (pre-built executable binaries)
      • obj\
      • Properties\
      • samples\ (SMIL sample code)
      • app.config
      • Form1.cs (Main UI code)
      • Form1.Designer.cs
      • Form1.resx
      • Hornet.csproj (C# project file)
      • Hornet.csproj.user
      • Hornet_TemporaryKey.pfx
      • Program.cs (Housekeeping code)

Related