Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ PyModbus - A Python Modbus Stack
.. image:: https://badges.gitter.im/Join%20Chat.svg
:target: https://gitter.im/pymodbus_dev/Lobby
.. image:: https://readthedocs.org/projects/pymodbus/badge/?version=latest
:target: http://pymodbus.readthedocs.io/en/latest/?badge=latest
:target: https://pymodbus.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: http://pepy.tech/badge/pymodbus
:target: http://pepy.tech/project/pymodbus
.. image:: https://pepy.tech/badge/pymodbus
:target: https://pepy.tech/project/pymodbus
:alt: Downloads

------------------------------------------------------------
Expand Down Expand Up @@ -87,9 +87,9 @@ base operating system will allow (*allow* in this case means how many Virtual IP

For more information please browse the project documentation:

http://riptideio.github.io/pymodbus/
https://riptideio.github.io/pymodbus/
or
http://readthedocs.org/docs/pymodbus/en/latest/index.html
https://readthedocs.org/docs/pymodbus/en/latest/index.html

------------------------------------------------------------
Example Code
Expand Down Expand Up @@ -261,6 +261,7 @@ Here are some of the common commands to perform a range of activities
------------------------------------------------------------
Generate documentation
------------------------------------------------------------

::
cd doc
make clean
Expand Down
2 changes: 1 addition & 1 deletion doc/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ remark Twisted and Tornado are in maintenance mode, and might either be dropped
On Windows pywin32 is recommended (this is built in to ActivePython,
so no need to reinstall if you use it instead of standard Python):

http://sourceforge.net/project/showfiles.php?group_id=78018
https://github.com/mhammond/pywin32

The Windows IOCP reactor requires pywin32 build 205 or later.

Expand Down
1 change: 0 additions & 1 deletion doc/source/example/modules.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
===================
Examples
===================
===

.. toctree::
:maxdepth: 4
Expand Down
2 changes: 1 addition & 1 deletion doc/source/library/REPL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Dependencies

Depends on [prompt_toolkit](https://python-prompt-toolkit.readthedocs.io/en/stable/index.html) and [click](http://click.pocoo.org/6/quickstart/)
Depends on [prompt_toolkit](https://python-prompt-toolkit.readthedocs.io/en/stable/index.html) and [click](https://click.palletsprojects.com/)

Install dependencies
```
Expand Down
2 changes: 1 addition & 1 deletion examples/common/asyncio_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async def run_server():
info_name={
"VendorName": "Pymodbus",
"ProductCode": "PM",
"VendorUrl": "http://github.com/riptideio/pymodbus/",
"VendorUrl": "https://github.com/riptideio/pymodbus/",
"ProductName": "Pymodbus Server",
"ModelName": "Pymodbus Server",
"MajorMinorRevision": version.short(),
Expand Down
2 changes: 1 addition & 1 deletion examples/common/callback_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def run_callback_server():
info_name={
"VendorName": "pymodbus",
"ProductCode": "PM",
"VendorUrl": "http://github.com/riptideio/pymodbus/",
"VendorUrl": "https://github.com/riptideio/pymodbus/",
"ProductName": "pymodbus Server",
"ModelName": "pymodbus Server",
"MajorMinorRevision": version.short(),
Expand Down
2 changes: 1 addition & 1 deletion examples/common/custom_datablock.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def run_custom_db_server():
info_name={
"VendorName": "pymodbus",
"ProductCode": "PM",
"VendorUrl": "http://github.com/riptideio/pymodbus/",
"VendorUrl": "https://github.com/riptideio/pymodbus/",
"ProductName": "pymodbus Server",
"ModelName": "pymodbus Server",
"MajorMinorRevision": version.short(),
Expand Down
2 changes: 1 addition & 1 deletion examples/common/custom_synchronous_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def run_server():
info_name={
"VendorName": "Pymodbus",
"ProductCode": "PM",
"VendorUrl": "http://github.com/riptideio/pymodbus/",
"VendorUrl": "https://github.com/riptideio/pymodbus/",
"ProductName": "Pymodbus Server",
"ModelName": "Pymodbus Server",
"MajorMinorRevision": version.short(),
Expand Down
2 changes: 1 addition & 1 deletion examples/common/dbstore_update_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def run_dbstore_update_server():
info_name={
"VendorName": "pymodbus",
"ProductCode": "PM",
"VendorUrl": "http://github.com/riptideio/pymodbus/",
"VendorUrl": "https://github.com/riptideio/pymodbus/",
"ProductName": "pymodbus Server",
"ModelName": "pymodbus Server",
"MajorMinorRevision": version.short(),
Expand Down
2 changes: 1 addition & 1 deletion examples/common/payload_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async def run_payload_server():
info_name={
"VendorName": "Pymodbus",
"ProductCode": "PM",
"VendorUrl": "http://github.com/riptideio/pymodbus/",
"VendorUrl": "https://github.com/riptideio/pymodbus/",
"ProductName": "Pymodbus Server",
"ModelName": "Pymodbus Server",
"MajorMinorRevision": version.short(),
Expand Down
2 changes: 1 addition & 1 deletion examples/common/synchronous_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def run_server():
info_name={
"VendorName": "Pymodbus",
"ProductCode": "PM",
"VendorUrl": "http://github.com/riptideio/pymodbus/",
"VendorUrl": "https://github.com/riptideio/pymodbus/",
"ProductName": "Pymodbus Server",
"ModelName": "Pymodbus Server",
"MajorMinorRevision": version.short(),
Expand Down
2 changes: 1 addition & 1 deletion examples/common/tornado_twisted/asynchronous_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def run_async_server():
"ModelName": "Pymodbus Server",
"MajorMinorRevision": version.short(),
"ProductCode": "PM",
"VendorUrl": "http://github.com/riptideio/pymodbus/",
"VendorUrl": "https://github.com/riptideio/pymodbus/",
"ProductName": "Pymodbus Server",
}
)
Expand Down
2 changes: 1 addition & 1 deletion examples/common/updating_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def run_updating_server():
info_name={
"VendorName": "pymodbus",
"ProductCode": "PM",
"VendorUrl": "http://github.com/riptideio/pymodbus/",
"VendorUrl": "https://github.com/riptideio/pymodbus/",
"ProductName": "pymodbus Server",
"ModelName": "pymodbus Server",
"MajorMinorRevision": version.short(),
Expand Down
2 changes: 1 addition & 1 deletion examples/contrib/deviceinfo_showcase_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def run_server():
info_name={
"VendorName": "Pymodbus",
"ProductCode": "PM",
"VendorUrl": "http://github.com/riptideio/pymodbus/",
"VendorUrl": "https://github.com/riptideio/pymodbus/",
"ProductName": "Pymodbus Server",
"ModelName": "Pymodbus Server",
"MajorMinorRevision": version.short(),
Expand Down
2 changes: 1 addition & 1 deletion examples/contrib/libmodbus_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Libmodbus Protocol Wrapper.

What follows is an example wrapper of the libmodbus library
(http://libmodbus.org/documentation/) for use with pymodbus.
(https://libmodbus.org/documentation/) for use with pymodbus.
There are two utilities involved here:

* LibmodbusLevel1Client
Expand Down
2 changes: 1 addition & 1 deletion pymodbus/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class Singleton: # pylint: disable=too-few-public-methods
"""Singleton base class.

http://mail.python.org/pipermail/python-list/2007-July/450681.html
https://mail.python.org/pipermail/python-list/2007-July/450681.html
"""

def __new__(cls, *args, **kwargs): # pylint: disable=unused-argument
Expand Down
2 changes: 1 addition & 1 deletion pymodbus/repl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Dependencies

Depends on [prompt_toolkit](https://python-prompt-toolkit.readthedocs.io/en/stable/index.html) and [click](http://click.pocoo.org/6/quickstart/)
Depends on [prompt_toolkit](https://python-prompt-toolkit.readthedocs.io/en/stable/index.html) and [click](https://click.palletsprojects.com/)

Install dependencies
```
Expand Down
2 changes: 1 addition & 1 deletion pymodbus/server/reactive/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def create_identity(
cls,
vendor="Pymodbus",
product_code="PM",
vendor_url="http://github.com/riptideio/pymodbus/",
vendor_url="https://github.com/riptideio/pymodbus/",
product_name="Pymodbus Server",
model_name="Reactive Server",
version=pymodbus_version.short(),
Expand Down