Coder Social home page Coder Social logo

johnforecast / raspbiandecnet Goto Github PK

View Code? Open in Web Editor NEW
17.0 17.0 5.0 1.32 MB

DECnet for Linux updated to run on latest Raspbian/PiOS

C 75.53% Makefile 1.61% Roff 4.01% Shell 1.49% DIGITAL Command Language 0.48% C++ 16.21% Fortran 0.18% Batchfile 0.45% Awk 0.02% mIRC Script 0.01%

raspbiandecnet's People

Contributors

johnforecast avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

raspbiandecnet's Issues

Add outgoing timer

The outgoing timer is started when this node receives a Connect-Initiate Ack and transitions to the DN_CD state. If this timer expires before the link transitions to the RUN state or the link is disconnected, the link will be disconnected. This timer detects:

  • Remote node crash or network path lost after the CI-Ack has been sent
  • The remote object misbehaves and the remote system does not implement an incoming timer

On VMS this timer has a value of 60 seconds.

Add incoming timer

This timer is started when the connection information is passed to the target object. If the timer expires before an accept or reject is issued by the target object, the link will be diconnected with an "Object not responding" error. This timer detects:

  • A malfunctioning object implementation

VMS implements this timer with a default value of 45 seconds.

Routing never sends packets with the RQR flag set

The NSP level code requests the "Return to Sender" flag on Connect Initiate and Retransmitted Connect Initiate messages. The routing layer incorrectly clears the "Return to Sender" flag in dn_output().

Linux FAL and case sensitivity

When accessing a file from VMS it seems to force the file name to all lower case:

  1. If system.map exists then:

     type linux"user pwd"::"system.map"
    

    works.

  2. If System.map exists then:

     type linux"user pwd"::"System.map"
    

    fails with "file not found"

Retransmission of CI and CC messages handled incorrectly

The current code will issue a single retransmission of CI and CC messages but does not destroy the logical link. Need to add code which generates more (4?) restransmissions. After the last retransmission has timed out the link should be put in the "No Commumnications" state and the socket becomes "Unconnected".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.