{"id":19300210,"url":"https://github.com/mithaystack/vdas","last_synced_at":"2026-05-14T22:03:44.845Z","repository":{"id":1811762,"uuid":"2735903","full_name":"MITHaystack/VDAS","owner":"MITHaystack","description":"Mark6 Data Acquisition Software (control and data plane)","archived":false,"fork":false,"pushed_at":"2011-11-27T19:42:46.000Z","size":96852,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T01:29:41.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"manimaul/mapsforge-senc-rendertheme","license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MITHaystack.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-08T18:29:39.000Z","updated_at":"2017-12-01T01:31:55.000Z","dependencies_parsed_at":"2022-07-08T00:18:45.065Z","dependency_job_id":null,"html_url":"https://github.com/MITHaystack/VDAS","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/MITHaystack/VDAS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MITHaystack%2FVDAS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MITHaystack%2FVDAS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MITHaystack%2FVDAS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MITHaystack%2FVDAS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MITHaystack","download_url":"https://codeload.github.com/MITHaystack/VDAS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MITHaystack%2FVDAS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33045145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T23:14:08.864Z","updated_at":"2026-05-14T22:03:44.821Z","avatar_url":"https://github.com/MITHaystack.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"VDAS README\n============\nv0.1, 7 Nov 2011, David Lapsley\n\nINTRODUCTION\n------------\n\nThis directory contains the source code and documentation\nfor the MIT Haystack Mark6 data acquisition software.\n\nIt is distributed under the terms set out in the LICENSE file.\n\nThis directory contains the following directories and files:\n\nINSTALL\n  Describes how to install the software environment.\n\nLICENSE\n  Describes the license under which this software is distributed.\n\nNEWS\n  Describes the release notes for each release.\n\ndoc\n  User documentation is stored in this directory. For a nicely rendered\n  version of this documentation, go to http://www.vdas.org.\n\nsrc\n  Source code, test code, release configuration files are stored in this\n  directory.\n\ntools\n  Configuration, build, test, and release tools.\n\nMakefile\n  Build, test, release managemement.\n\nThis program is written in a combination of the C and Python programming\nlanguages.\n\nPlease direct any questions, comments, suggestions, or bug reports to \n\u003cdel@haystack.mit.edu\u003e.\n\nINSTALLATION\n------------\n\nInstallation in the field will be via binary, USB \"kick-start\" flash drives.\n\nThe steps below are for developers interested in installing this software on their\nown computers.\n\n\n1. Download and install debian squeeze (6.0.4) from netinst image. The iso image\n   is available from:\n\n    http://cdimage.debian.org/debian-cd/6.0.3/amd64/iso-cd/debian-6.0.3-amd64-netinst.iso\n\n2. Install git-core and sudo (as root user)::\n\n\t# apt-get install git-core sudo\n\t# git clone git@github.com:MITHaystackObservatory/Mark6.git\n\t# cd Mark6\n\t# export VDAS_ROOT=/home/\u003cusername\u003e/Mark6\n\t# export VDAS_USER=\u003cusername\u003e\n\t# ./setup -b\n\t# ./setup -p\n\n3. Add the following line to /etc/modules::\n\n\tpf_ring transparent_mode=0 min_num_slots=16384 enable_ip_defrag=1\n\n4. Reboot::\n\n\t# reboot\n\n5. Add the following to /etc/apt/sources.list::\n\n\tdeb http://debian.lcs.mit.edu/debian/ squeeze main non-free contrib\n\tdeb-src http://debian.lcs.mit.edu/debian/ squeeze main non-free contrib\n\tdeb http://hwraid.le-vert.net/debian squeeze main\n\n6. Update apt-get and install RAID packages::\n\n\t# apt-get update\n\t# apt-get install megacli megactl lshw\n\n7. Setup the build environment.::\n\n    \t# ./setup --build\n    \t# ./setup --install\n\n8. After installation, add the following to the .bashrc of the ${VDAS_USER}::\n\n\texport MANPATH=/opt/mit/mark6/man:${MANPATH}\n\texport PATH=/opt/mit/mark6/bin:${PATH}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmithaystack%2Fvdas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmithaystack%2Fvdas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmithaystack%2Fvdas/lists"}