Difference between revisions of "Project Hornet"

From A-SMIL.org
Jump to: navigation, search
m (moved Hornet 1.0 to Project Hornet: Remove version number to make more generic)
(Referring commercial licensing as non-GPL)
Line 12: Line 12:
 
== License ==
 
== License ==
 
* GPL
 
* GPL
* Commercial license available from [http://www.IAdea.com IAdea Corporation]
+
* Non-GPL license available from [http://www.IAdea.com IAdea Corporation]
  
 
== Download ==
 
== Download ==

Revision as of 08:14, 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