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
CoNETProject/QTGate-Desktop-Client
A revolutionary internet infrastructure enabling a truly free Network, that offers Stability, Trust, Privacy, and Security
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.
JoseLuisSR/mqmeter
IBM MQ JMeter Extension.
kognise/p2psc
Point to point secure chat
PetropoulakisPanagiotis/ICP-Variants
Analysis and implementation of ICP variants
OJFord/terraform-wireguard-systemd-wireguard
Configure a full-mesh WireGuard network (server provider-agnostic) with optional 'spoke' endpoints.
soypat/tiny-sproto
A simple Point-to-Point Protocol implementation written in Go.
Yyassin/icpts
TypeScript implementation of iterative closest point (ICP) for point cloud registration
dansiviter/cito
Standards Based Streaming Library: Migrated to GitLab
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.
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
liviobisogni/point-to-point-control
Robot point-to-point control in ROS
emreyilmaztr/Matrix-Vector-Multiplication
Matrix-Vector multiplication, serial and parallel solutions
Lexxeous/mpi_bcast
Custom implementation of MPI_Bcast() using only MPI_Send() & MPI_Recv() (point-to-point communications).