Skip to main content

Management protocol for NE M and ME series video displays

Project description

Management Client for NEC M-Series and ME-Series video displays

The NEC M-Series and ME-Series video displays support remote management either over a TCP/IP connection or over a serial port. This is an async Python library implementing that protocol, currently only over TCP/IP.

In particular, this library should support the following models:

  • NEC M431
  • NEC M491
  • NEC M551
  • NEC M651
  • NEC ME431
  • NEC ME501
  • NEC ME551
  • NEC ME651

It might support other models if they follow the same protocol, but this library was developed based on documentation focused only on those models.

Command Line Tool

This package contains a simple command line tool that's mainly just an example of how to perform some of the supported operations, but might also be of some real use.

The tool returns its own usage information if run without any arguments:

python -m necme

For example, to retrieve the model number, serial number, and current firmware version of a monitor accessible from a controller at 192.0.2.1:

python -m necme 192.0.2.0 info

Library

The main purpose of this package is to provide a library for controlling a display from other software.

The typical way to use it is to first instantiate a controller object by connecting to the display in question:

ctrl = await Controller.connect_tcpip('192.0.2.1')

If connecting succeeds, and if you know that the given IP address refers to the controller of only a single display (which is typical when using TCP/IP), you can then probe for the id of the connected monitor and obtain a communication channel for that monitor id:

monitor = await ctrl.probe_open_one_monitor()

You can then perform operations against that monitor. For example:

serial_no = await monitor.read_serial_no()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

necme-0.1.0.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

necme-0.1.0-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

Details for the file necme-0.1.0.tar.gz.

File metadata

  • Download URL: necme-0.1.0.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.25.2

File hashes

Hashes for necme-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5c850514385d456840f2da27f3de4703030d042363538f37b47576ff008897f0
MD5 528a537a5ea70958b4ff83b62e7efd99
BLAKE2b-256 cd2aeb1ec42178fde16cc6534ddd892f362be0f071f9e7b7691ac81b1e330aa6

See more details on using hashes here.

File details

Details for the file necme-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: necme-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 9.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.25.2

File hashes

Hashes for necme-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4a7ffdd44326995be9af44e66d56f0e356eada707516d5c24ae1557350982595
MD5 8e84eb393ef65b1039b805f8b0f70ef8
BLAKE2b-256 657c8946c9362b1e70a8a36a6f03d826e9b7f6185f4325f72797a3a103b920cf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page