This project is currently not yet functional, do not try to run it
NetNJE is an implementation of a IBM NJE (Network Job Entry) server and client in C#.
No usage yet since this project is in very early stages
Implement a client that can connect to another NJE node and deliver a message to a user
Expand the client to allow remote commands to be executed and jobs being sent
Implement file transfer functionality and upload/download files.
Lift the client out of the PoC phase and add an API surface for configuration, querying and sending messages, etc.
Implement a server to allow other NJE nodes to connect to this node.
Implement a frontend to allow the use of NetNJE
Licensed under the GNU General Public License V3.0
Thanks to @moshix to give me the idea of looking into NJE and turning it into a quarantine project.
This project uses the EBCDIC code from Jon Skeet, see https://jonskeet.uk/csharp/ebcdic/