Difference between revisions of "Project Hornet"

From A-SMIL.org
Jump to: navigation, search
m (Added Related links)
m (Added requirements)
Line 34: Line 34:
 
*** Hornet_TemporaryKey.pfx
 
*** Hornet_TemporaryKey.pfx
 
*** Program.cs (Housekeeping code)
 
*** Program.cs (Housekeeping code)
 +
 +
=== Requirements ===
 +
* [http://www.microsoft.com/express/vcsharp/ Microsoft Visual C# 2008 Express Edition], version 9.0.21022.8 RTM (free download)
 +
** Microsoft .NET Framework, version 3.5 SP1
  
 
== Related ==
 
== Related ==
 
* Managing SMIL players from [[Visual Studio Express]]
 
* Managing SMIL players from [[Visual Studio Express]]
 
* [[WSDL]] description of the SOAP interface
 
* [[WSDL]] description of the SOAP interface

Revision as of 04:41, 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)

Requirements

Related