Difference between revisions of "Project Hornet"

From A-SMIL.org
Jump to: navigation, search
(Added license section)
(Revised to refer to Hornet 1.1)
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.1 ("A-SMIL Console") is a Visual C# sample applications that utilizes the AdAPI SOAP interface to control digital signage media players.
  
 
== Highlight ==
 
== Highlight ==
* Simple SMIL editor
+
* Simple SMIL text 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
Line 16: Line 16:
 
== Download ==
 
== Download ==
  
Download files here: [[Media:Hornet_1_0.zip]]
+
Download files here: [[Media:Hornet_1_1.zip]]
  
 
Contents:
 
Contents:
 
* Hornet\
 
* Hornet\
 
** Hornet.sln (Open this: Visual Studio solution file)
 
** Hornet.sln (Open this: Visual Studio solution file)
** Hornet.suo
 
 
** Hornet\
 
** Hornet\
 
*** AdfotainAPI WSDL Definition\ (WSDL definition file)
 
*** AdfotainAPI WSDL Definition\ (WSDL definition file)
*** bin\
 
**** Debug\
 
**** Release\ (pre-built executable binaries)
 
*** obj\
 
 
*** Properties\
 
*** Properties\
 
*** samples\ (SMIL sample code)
 
*** samples\ (SMIL sample code)
Line 36: Line 31:
 
*** Hornet.csproj (C# project file)
 
*** Hornet.csproj (C# project file)
 
*** Hornet.csproj.user
 
*** Hornet.csproj.user
*** Hornet_TemporaryKey.pfx
 
 
*** Program.cs (Housekeeping code)
 
*** Program.cs (Housekeeping code)
  

Revision as of 08:08, 24 August 2009

Hornet 1.1 ("A-SMIL Console") is a Visual C# sample applications that utilizes the AdAPI SOAP interface to control digital signage media players.

Highlight

  • Simple SMIL text 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

License

Download

Download files here: Media:Hornet_1_1.zip

Contents:

  • Hornet\
    • Hornet.sln (Open this: Visual Studio solution file)
    • Hornet\
      • AdfotainAPI WSDL Definition\ (WSDL definition file)
      • 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
      • Program.cs (Housekeeping code)

Requirements

Related