Difference between revisions of "Python Wiki"
Gary marrs (talk | contribs) |
|||
(15 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ __NOEDITSECTION__ | ||
− | == | + | <!-------------------- Welcome Banner --------------------> |
− | = | + | {| style="width:100%; border:1px solid #ff5800; background:#ff5800;" |
− | + | |style="width:280px; text-align:center; white-space:nowrap; color:#000;"| | |
+ | <div style="font-size:150%; border:none; margin:0; padding:.1em; color:#000;">Welcome to Lantronix Python Developer Wiki</div> | ||
+ | |} | ||
− | + | == Getting Started == | |
− | + | The Lantronix Python Developer Wiki is your source to learn more about developing M2M/IoT applications using the Python programming language and deploying it on Lantronix family of Intelligent Gateway products. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | If you are new to Python, please visit http://www.python.org to get started and learn the basics.For a quick and informal introduction to Python, the [https://docs.python.org/2/tutorial/index.html Python Tutorial] is a great start. | |
− | + | <br> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Once you have become familiar with the language, referencing the '''[[Lantronix_Python_Programmers_Guide|Programmer's Guide]]''' is a good next step. It describes how to load and run Python programs on Lantronix devices, reviews available Python modules including those that expose Lantronix specific APIs. | |
− | |||
− | + | <br> | |
− | + | Please visit our [//forums.lantronix.com Support Forums] to share ideas with the community of Lantronix users, | |
− | + | check for solutions to your questions and post your own queries. | |
− | + | ||
− | + | == Code Samples == | |
− | + | [[Python Code Samples]]<br> | |
− | + | [[Websocket Server]]<br> | |
− | + | [[Lantronix Discovery Protocol]]<br> | |
− | + | [[Weigh Scale MQTT | Sending Data to 2lemetry, Google Analytics & hosting web server]] | |
− | + | <!-- [[MQTT Publish Subscribe]]<br> --> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 22:08, 24 March 2015
Welcome to Lantronix Python Developer Wiki
|
Getting Started
The Lantronix Python Developer Wiki is your source to learn more about developing M2M/IoT applications using the Python programming language and deploying it on Lantronix family of Intelligent Gateway products.
If you are new to Python, please visit http://www.python.org to get started and learn the basics.For a quick and informal introduction to Python, the Python Tutorial is a great start.
Once you have become familiar with the language, referencing the Programmer's Guide is a good next step. It describes how to load and run Python programs on Lantronix devices, reviews available Python modules including those that expose Lantronix specific APIs.
Please visit our Support Forums to share ideas with the community of Lantronix users,
check for solutions to your questions and post your own queries.
Code Samples
Python Code Samples
Websocket Server
Lantronix Discovery Protocol
Sending Data to 2lemetry, Google Analytics & hosting web server