-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd3e190
commit 49f1577
Showing
2 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
|
||
- [日本語](docs/README_JP.md) | ||
|
||
# cloudprnt-sdk | ||
|
||
## SDK Introduction | ||
|
||
Star CloudPRNT is an openly documented JSON/REST based HTTP protocol, and therefore it is not necessary to have an SDK in order to implement a CloudPRNT compatible service. | ||
|
||
CloudPRNT servers can be created using any server side technology that can be used to implement web services. Very many server side technologies are widely used such as PHP, Node.js, ASP.Net, ASP.Net Core, JSP, Python, Lua, and many more. | ||
|
||
In order to provide maximum benefit to developers, this SDK is not a CloudPRNT server implementation (although sample servers are included), but a set of helper functions, that can be extended as needed and incorporated into as many server side systems as possible. | ||
|
||
## SDK Helper features | ||
|
||
This SDK provides functions to assist with: | ||
|
||
- Status decoding | ||
- Print job media format negotiation | ||
- Print job conversion, so that the server may generate print jobs in a single media format, which will be converted in case that format is not supported by the client device. | ||
|
||
## SDK Integration | ||
|
||
For integration purposes, the SDK provides the following: | ||
|
||
<a id=".Net-API"></a> | ||
|
||
- **.NET API** <br> | ||
A .Net Standard 2.0 compatible library, which can be installed via NuGet into any .Net 4.6 or later, and .Net Core 2.0 or later project. This API provides job format conversion, status decoding, and ready made classes for serializing/de-serializing CloudPRNT JSON messages. | ||
|
||
- **cputil** ([CloudPRNTSDKSamples](CloudPRNTSDKSamples)) <br> | ||
A stand-alone command line tool that can be integrated with any server-side development system that can invoke local processes. This tool can be provided as native binaries for Linux x86, Linux x64, Linux Arm, Mac OS x64, Windows x86 and Windows x64 servers (it is not necessary to install the .Net Framework or .Net Core runtime). environments in order to use it. And this tool uses the [.NET API](#.Net-API). | ||
|
||
- **Star Document Markup** <br> | ||
A simple, unified printer markup language that can adapt to any Star printer regardless of emulation, print width, or print method. It is a higher level language that abstracts away the need to know printer-specific escape sequences. It does this by providing easy to use tags for various POS printer functions such as cut, alignment, image printing, and text formatting. Using the document markup system provides a balance between full bit-image based printing, and plain text output, while being easier to use than printer-specific commands. In order to take advantage of the markup language you must use it in conjunction with cputil. | ||
|
||
- **Sample Projects** ([ExampleServers](ExampleServers)) <br> | ||
Examples of very simple CloudPRNT servers. The sample serves as the examples of implementing the CloudPRNT protocol and how to integrate either the cputil. | ||
|
||
|
||
## Copyright | ||
|
||
Copyright 2019 Star Micronics Co., Ltd. All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
|
||
- [English](../README.md) | ||
|
||
# cloudprnt-sdk | ||
|
||
## SDK概要 | ||
|
||
Star CloudPRNTは、オープンに文書化されたJSON / RESTベースのHTTPプロトコルであるため、CloudPRNT互換サービスを実装するためにSDKを使用する必要はありません。 | ||
|
||
CloudPRNTサーバーは、Webサービスの実装に使用できる任意のサーバー側テクノロジーを使用して作成できます。 | ||
PHP、Node.js、ASP.Net、ASP.Netコア、JSP、Python、Luaなど、非常に多くのサーバー側テクノロジーが広く使用されています。 | ||
|
||
開発者に最大限の利益を提供するために、このSDKはCloudPRNTサーバーの実装ではなく(サンプルサーバーは含まれます)、必要に応じて拡張し可能な限り多くのサーバー側システムに組み込むことができる一連のヘルパー機能です。 | ||
|
||
## SDKヘルパー機能 | ||
|
||
このSDKは以下のサポート機能を提供します: | ||
|
||
- ステータスデコード | ||
- 印刷ジョブメディア形式のネゴシエーション | ||
- 印刷ドキュメントがCloudPRNTクライアントにてサポートされていないメディア形式の場合に、 | ||
サーバーにてクライアントで利用可能なメディア形式で印刷ジョブを生成できるような、印刷ジョブ変換機能 | ||
|
||
## SDKインテグレーション | ||
|
||
サーバーへのインテグレーションのために、SDKは以下を提供します: | ||
|
||
<a id=".Net-API"></a> | ||
|
||
- **.NET API** <br> | ||
.Net 4.6以降および.Net Core 2.0以降のプロジェクトにNuGetを介してインストールできる.Net Standard 2.0互換ライブラリです。このAPIは、印刷ジョブ形式変換、ステータスデコード、およびCloudPRNT JSONメッセージをシリアライズ/デシリアライズするための既製のクラスを提供します。 | ||
|
||
- **cputil** ([CloudPRNTSDKSamples](../CloudPRNTSDKSamples)) <br> | ||
ローカルプロセスを呼び出すことができるサーバー側の開発システムと統合できるスタンドアロンのコマンドラインツールです。 このツールは、Linux x86、Linux x64、Linux Arm、Mac OS x64、Windows x86、およびWindows x64環境のサーバーのネイティブバイナリとして提供します(.Net Frameworkまたは.Net Coreランタイムをインストールする必要はありません)。また、このツールは[.NET API](#.Net-API)を使用しています。 | ||
|
||
- **Starドキュメントマークアップ** <br> | ||
エミュレーション、印刷幅、印刷方法に関係なく、任意のStarプリンターに適応できるシンプルなプリンター用マークアップ言語です。これは、プリンター固有のエスケープシーケンスを知る必要性を抽象化する言語です。 これは、カット、位置合わせ、画像印刷、テキストの書式設定など、様々なPOSプリンター機能に使いやすいタグを提供することで実現しています。ドキュメントマークアップシステムを使用すると、プリンター固有のコマンドのみで印刷ジョブの構成を作成するよりも扱いやすい一方で、フルビットイメージベースの印刷とプレーンテキスト出力のバランスが取れます。また、マークアップ言語を活用するにはcputilと組みあわせて使用する必要があります。 | ||
|
||
- **サンプルプロジェクト** ([ExampleServers](../ExampleServers)) <br> | ||
非常に単純なCloudPRNTサーバーサンプルで、CloudPRNTプロトコルの実装例とcputilをインテグレーションする方法例として機能します。 | ||
|
||
|
||
## Copyright | ||
|
||
Copyright 2019 Star Micronics Co., Ltd. All rights reserved. |