Difference between revisions of "Project Hornet"

From A-SMIL.org
Jump to: navigation, search
(Created)
 
m (Added Related links)
Line 1: Line 1:
 
Hornet 1.0 is a Visual C# sample applications that utilizes the AdAPI SOAP interface to control digital signage media players.
 
Hornet 1.0 is a Visual C# sample applications that utilizes the AdAPI SOAP interface to control digital signage media players.
  
== Functions ==
+
== Highlight ==
 
* Simple SMIL editor
 
* Simple SMIL editor
 
* Push SMIL script to media players using SOAP API (Adfotain API)
 
* Push SMIL script to media players using SOAP API (Adfotain API)
 
* Start from nearly a dozen of pre-built SMIL sample codes
 
* Start from nearly a dozen of pre-built SMIL sample codes
  
== Screenshot==
+
=== Screenshot ===
  
 
[[File:Screenshot-Hornet_1.0.png]]
 
[[File:Screenshot-Hornet_1.0.png]]
Line 34: Line 34:
 
*** Hornet_TemporaryKey.pfx
 
*** Hornet_TemporaryKey.pfx
 
*** Program.cs (Housekeeping code)
 
*** Program.cs (Housekeeping code)
 +
 +
== Related ==
 +
* Managing SMIL players from [[Visual Studio Express]]
 +
* [[WSDL]] description of the SOAP interface

Revision as of 04:36, 10 April 2009

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