point-to-point

There are 15 repositories under point-to-point topic.

  • ppp-project/ppp

    Paul's PPP Package: PPP daemon and associated utilities | Official GitHub repo: https://github.com/ppp-project/ppp

    Language:C39022226231
  • CoNETProject/QTGate-Desktop-Client

    A revolutionary internet infrastructure enabling a truly free Network, that offers Stability, Trust, Privacy, and Security

    Language:TypeScript226272247
  • suryakiranmg/Dynamic-Movement-Primitives-and-Imitation-Learning-Robotics

    Dynamic movement primitives (DMPs) are a method of trajectory control/planning from Stefan Schaal’s lab. Complex movements have long been thought to be composed of sets of primitive action ‘building blocks’ executed in sequence and \ or in parallel, and DMPs are a proposed mathematical formalization of these primitives. The difference between DMPs and previously proposed building blocks is that each DMP is a nonlinear dynamical system. The basic idea is that you take a dynamical system with well specified, stable behavior and add another term that makes it follow some interesting trajectory as it goes about its business. The DMP differential equations (Transformation System, Canonical System, Non-linear Function) realize a general way of generating point-to-point movements. Imitation learning using linear regression is performed to compute the weight factor W from a demonstrated trajectory dataset, given by a teacher. The quality of the imitation is evaluated by comparing the training data with the data generated by the DMP.

    Language:MATLAB482110
  • JoseLuisSR/mqmeter

    IBM MQ JMeter Extension.

    Language:Java2531515
  • kognise/p2psc

    Point to point secure chat

    Language:JavaScript17313
  • PetropoulakisPanagiotis/ICP-Variants

    Analysis and implementation of ICP variants

    Language:C++17304
  • OJFord/terraform-wireguard-systemd-wireguard

    Configure a full-mesh WireGuard network (server provider-agnostic) with optional 'spoke' endpoints.

    Language:HCL8312
  • soypat/tiny-sproto

    A simple Point-to-Point Protocol implementation written in Go.

    Language:Go410
  • Yyassin/icpts

    TypeScript implementation of iterative closest point (ICP) for point cloud registration

    Language:TypeScript4100
  • dansiviter/cito

    Standards Based Streaming Library: Migrated to GitLab

    Language:Java2201
  • britanniavirtual/HLSL_Line_Shader

    DirectX 11 shader to draw solid 3D line based on two 3D points as the vertex input. Line width and fill color specified with a cbuffer. Uses geometry shader to render the billboard line.

    Language:HLSL1101
  • Chakib-DAII/jms-spring-tibco-sample

    Demo project for Jms using JNDI in point to point and pub/sub and using Spring Boot and Jms template with tibco message broker

    Language:Java1201
  • liviobisogni/point-to-point-control

    Robot point-to-point control in ROS

    Language:C++0100
  • emreyilmaztr/Matrix-Vector-Multiplication

    Matrix-Vector multiplication, serial and parallel solutions

    Language:C++30
  • Lexxeous/mpi_bcast

    Custom implementation of MPI_Bcast() using only MPI_Send() & MPI_Recv() (point-to-point communications).

    Language:C++