Download piston Free Java Code

Description

Push services implementation for Android , iOS, Windows Phone 8 and Windows 8.

Icons

piston

Source Files

The download file piston-master.zip has the following entries.


.gitignore/*ww  w. j  a  v  a2s  . c  o  m*/
.nuget/NuGet.Config
.nuget/NuGet.exe
.nuget/NuGet.targets
MIT-LICENSE
Piston.Push.Core/Agents/Agent.cs
Piston.Push.Core/Agents/ApnsAgent.cs
Piston.Push.Core/Agents/GcmAgent.cs
Piston.Push.Core/Agents/MpnsAgent.cs
Piston.Push.Core/Agents/WnsAgent.cs
Piston.Push.Core/Config/ApnsElement.cs
Piston.Push.Core/Config/GcmElement.cs
Piston.Push.Core/Config/IAgentSettings.cs
Piston.Push.Core/Config/MpnsElement.cs
Piston.Push.Core/Config/SettingsSection.cs
Piston.Push.Core/Config/WnsElement.cs
Piston.Push.Core/Exceptions/FatalServiceException.cs
Piston.Push.Core/Exceptions/TemporaryServiceException.cs
Piston.Push.Core/Exceptions/TemporaryUndeliverableException.cs
Piston.Push.Core/Exceptions/UndeliverableException.cs
Piston.Push.Core/Exceptions/ValidationException.cs
Piston.Push.Core/FormattingExtensions.cs
Piston.Push.Core/Model/AppMetadata.cs
Piston.Push.Core/Model/AppSecret.cs
Piston.Push.Core/Model/DeviceToken.cs
Piston.Push.Core/Model/GcmPayload.cs
Piston.Push.Core/Model/MpnsPayload.cs
Piston.Push.Core/Model/NotificationRequest.cs
Piston.Push.Core/Model/Platform.cs
Piston.Push.Core/Model/Registration.cs
Piston.Push.Core/Model/WnsPayload.cs
Piston.Push.Core/Piston.Push.Core.csproj
Piston.Push.Core/Properties/AssemblyInfo.cs
Piston.Push.Core/Queue/INotificationConsumer.cs
Piston.Push.Core/Queue/INotificationPublisher.cs
Piston.Push.Core/Queue/NotificationEventArgs.cs
Piston.Push.Core/Queue/RabbitConsumer.cs
Piston.Push.Core/Queue/RabbitContext.cs
Piston.Push.Core/Queue/RabbitExtensions.cs
Piston.Push.Core/Queue/RabbitPublisher.cs
Piston.Push.Core/Server.cs
Piston.Push.Core/Storage/IMetaStore.cs
Piston.Push.Core/Storage/ITokenStore.cs
Piston.Push.Core/Storage/MongoMetaStore.cs
Piston.Push.Core/Storage/MongoTokenStore.cs
Piston.Push.Core/packages.config
Piston.Push.Driver/AndroidPayload.cs
Piston.Push.Driver/Extensions.cs
Piston.Push.Driver/INotificationPayload.cs
Piston.Push.Driver/IosPayload.cs
Piston.Push.Driver/Piston.Push.Driver.csproj
Piston.Push.Driver/Platform.cs
Piston.Push.Driver/Properties/AssemblyInfo.cs
Piston.Push.Driver/PushGateway.cs
Piston.Push.Driver/PushNotification.cs
Piston.Push.Driver/SendResult.cs
Piston.Push.Driver/SettingsSection.cs
Piston.Push.Driver/WindowsPayload.cs
Piston.Push.Driver/WindowsPhonePayload.cs
Piston.Push.PushCmd/App.config
Piston.Push.PushCmd/AppAddCommand.cs
Piston.Push.PushCmd/AppDelCommand.cs
Piston.Push.PushCmd/AppListCommand.cs
Piston.Push.PushCmd/Parse/Command.cs
Piston.Push.PushCmd/Parse/Options.cs
Piston.Push.PushCmd/Parse/UsageException.cs
Piston.Push.PushCmd/Piston.Push.PushCmd.csproj
Piston.Push.PushCmd/Program.cs
Piston.Push.PushCmd/Properties/AssemblyInfo.cs
Piston.Push.PushCmd/ServerCommand.cs
Piston.Push.Web/App_Start/BundleConfig.cs
Piston.Push.Web/App_Start/DependencyConfig.cs
Piston.Push.Web/App_Start/FilterConfig.cs
Piston.Push.Web/App_Start/RouteConfig.cs
Piston.Push.Web/App_Start/WebApiConfig.cs
Piston.Push.Web/AuthorizationHandler.cs
Piston.Push.Web/Content/Site.css
Piston.Push.Web/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
Piston.Push.Web/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
Piston.Push.Web/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
Piston.Push.Web/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
Piston.Push.Web/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
Piston.Push.Web/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
Piston.Push.Web/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
Piston.Push.Web/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Piston.Push.Web/Content/themes/base/images/ui-icons_222222_256x240.png
Piston.Push.Web/Content/themes/base/images/ui-icons_2e83ff_256x240.png
Piston.Push.Web/Content/themes/base/images/ui-icons_454545_256x240.png
Piston.Push.Web/Content/themes/base/images/ui-icons_888888_256x240.png
Piston.Push.Web/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
Piston.Push.Web/Content/themes/base/jquery-ui.css
Piston.Push.Web/Content/themes/base/jquery.ui.accordion.css
Piston.Push.Web/Content/themes/base/jquery.ui.all.css
Piston.Push.Web/Content/themes/base/jquery.ui.autocomplete.css
Piston.Push.Web/Content/themes/base/jquery.ui.base.css
Piston.Push.Web/Content/themes/base/jquery.ui.button.css
Piston.Push.Web/Content/themes/base/jquery.ui.core.css
Piston.Push.Web/Content/themes/base/jquery.ui.datepicker.css
Piston.Push.Web/Content/themes/base/jquery.ui.dialog.css
Piston.Push.Web/Content/themes/base/jquery.ui.progressbar.css
Piston.Push.Web/Content/themes/base/jquery.ui.resizable.css
Piston.Push.Web/Content/themes/base/jquery.ui.selectable.css
Piston.Push.Web/Content/themes/base/jquery.ui.slider.css
Piston.Push.Web/Content/themes/base/jquery.ui.tabs.css
Piston.Push.Web/Content/themes/base/jquery.ui.theme.css
Piston.Push.Web/Content/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png
Piston.Push.Web/Content/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png
Piston.Push.Web/Content/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png
Piston.Push.Web/Content/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png
Piston.Push.Web/Content/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png
Piston.Push.Web/Content/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png
Piston.Push.Web/Content/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png
Piston.Push.Web/Content/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Piston.Push.Web/Content/themes/base/minified/images/ui-icons_222222_256x240.png
Piston.Push.Web/Content/themes/base/minified/images/ui-icons_2e83ff_256x240.png
Piston.Push.Web/Content/themes/base/minified/images/ui-icons_454545_256x240.png
Piston.Push.Web/Content/themes/base/minified/images/ui-icons_888888_256x240.png
Piston.Push.Web/Content/themes/base/minified/images/ui-icons_cd0a0a_256x240.png
Piston.Push.Web/Content/themes/base/minified/jquery-ui.min.css
Piston.Push.Web/Content/themes/base/minified/jquery.ui.accordion.min.css
Piston.Push.Web/Content/themes/base/minified/jquery.ui.autocomplete.min.css
Piston.Push.Web/Content/themes/base/minified/jquery.ui.button.min.css
Piston.Push.Web/Content/themes/base/minified/jquery.ui.core.min.css
Piston.Push.Web/Content/themes/base/minified/jquery.ui.datepicker.min.css
Piston.Push.Web/Content/themes/base/minified/jquery.ui.dialog.min.css
Piston.Push.Web/Content/themes/base/minified/jquery.ui.progressbar.min.css
Piston.Push.Web/Content/themes/base/minified/jquery.ui.resizable.min.css
Piston.Push.Web/Content/themes/base/minified/jquery.ui.selectable.min.css
Piston.Push.Web/Content/themes/base/minified/jquery.ui.slider.min.css
Piston.Push.Web/Content/themes/base/minified/jquery.ui.tabs.min.css
Piston.Push.Web/Content/themes/base/minified/jquery.ui.theme.min.css
Piston.Push.Web/Controllers/HomeController.cs
Piston.Push.Web/Controllers/PushController.cs
Piston.Push.Web/Controllers/ValuesController.cs
Piston.Push.Web/Global.asax
Piston.Push.Web/Global.asax.cs
Piston.Push.Web/Images/accent.png
Piston.Push.Web/Images/bullet.png
Piston.Push.Web/Images/heroAccent.png
Piston.Push.Web/Images/orderedList0.png
Piston.Push.Web/Images/orderedList1.png
Piston.Push.Web/Images/orderedList2.png
Piston.Push.Web/Images/orderedList3.png
Piston.Push.Web/Images/orderedList4.png
Piston.Push.Web/Images/orderedList5.png
Piston.Push.Web/Images/orderedList6.png
Piston.Push.Web/Images/orderedList7.png
Piston.Push.Web/Images/orderedList8.png
Piston.Push.Web/Images/orderedList9.png
Piston.Push.Web/Piston.Push.Web.csproj
Piston.Push.Web/Properties/AssemblyInfo.cs
Piston.Push.Web/Properties/PublishProfiles/pushgw_disk.pubxml
Piston.Push.Web/RestHandleErrorAttribute.cs
Piston.Push.Web/Scripts/_references.js
Piston.Push.Web/Scripts/jquery-1.7.1.intellisense.js
Piston.Push.Web/Scripts/jquery-1.7.1.js
Piston.Push.Web/Scripts/jquery-1.7.1.min.js
Piston.Push.Web/Scripts/jquery-ui-1.8.20.js
Piston.Push.Web/Scripts/jquery-ui-1.8.20.min.js
Piston.Push.Web/Scripts/jquery.unobtrusive-ajax.js
Piston.Push.Web/Scripts/jquery.unobtrusive-ajax.min.js
Piston.Push.Web/Scripts/jquery.validate-vsdoc.js
Piston.Push.Web/Scripts/jquery.validate.js
Piston.Push.Web/Scripts/jquery.validate.min.js
Piston.Push.Web/Scripts/jquery.validate.unobtrusive.js
Piston.Push.Web/Scripts/jquery.validate.unobtrusive.min.js
Piston.Push.Web/Scripts/knockout-2.1.0.debug.js
Piston.Push.Web/Scripts/knockout-2.1.0.js
Piston.Push.Web/Scripts/modernizr-2.5.3.js
Piston.Push.Web/Views/Home/Index.cshtml
Piston.Push.Web/Views/Shared/Error.cshtml
Piston.Push.Web/Views/Shared/_Layout.cshtml
Piston.Push.Web/Views/Web.config
Piston.Push.Web/Views/_ViewStart.cshtml
Piston.Push.Web/Web.Debug.config
Piston.Push.Web/Web.Release.config
Piston.Push.Web/Web.config
Piston.Push.Web/favicon.ico
Piston.Push.Web/packages.config
Piston.Push.WindowsService/App.config
Piston.Push.WindowsService/Piston.Push.WindowsService.csproj
Piston.Push.WindowsService/Program.cs
Piston.Push.WindowsService/Properties/AssemblyInfo.cs
Piston.Push.WindowsService/WindowsService.cs
Piston.Push.WindowsService/WindowsServiceInstaller.cs
Piston.sln
README.md
Scratch/App.config
Scratch/Program.cs
Scratch/Properties/AssemblyInfo.cs
Scratch/Scratch.csproj
docs/pushgw_installation.docx
samples/sdkToastNotificationCS.sln
samples/sdkToastNotificationCS/App.xaml
samples/sdkToastNotificationCS/App.xaml.cs
samples/sdkToastNotificationCS/ApplicationIcon.png
samples/sdkToastNotificationCS/Background.png
samples/sdkToastNotificationCS/MainPage.xaml
samples/sdkToastNotificationCS/MainPage.xaml.cs
samples/sdkToastNotificationCS/Page2.xaml
samples/sdkToastNotificationCS/Page2.xaml.cs
samples/sdkToastNotificationCS/Properties/AppManifest.xml
samples/sdkToastNotificationCS/Properties/AssemblyInfo.cs
samples/sdkToastNotificationCS/Properties/WMAppManifest.xml
samples/sdkToastNotificationCS/SplashScreenImage.jpg
samples/sdkToastNotificationCS/sdkToastNotificationCS.csproj

Download

Click the following link to download piston-master.zip.

piston-master.zip




















Home »
  Javascript Free Code Download »
    Mobile »




Android
iPhone
Mobile